Robert,
I just tried to clone the project on Win7 from "MINGW32.~" for the ckeck of your question.
It is not asking the password during "clone" or "pull". I just get this:
$ git clone
http://git.molpit.com/bbcb
Cloning into 'bbcb'...
remote: Counting objects: 1381, done.
remote: Compressing objects: 100% (1005/1005), done.
remote: Total 1381 (delta 328), reused 1358 (delta 316)
Receiving objects: 100% (1381/1381), 7.66 MiB | 327.00 KiB/s, done.
Resolving deltas: 100% (328/328), done.
Checking out files: 100% (1252/1252), done.
But for "git push" it will ask the password from your acount at
http://redmine.molpit.com
$ git push
Username for '
http://git.molpit.com': admin
Password for '
http://admin{([at]})nowhere.xy
Everything up-to-date
So, please register to have push ability.
Regards, Ivan
2013/8/19 Robert Campbell <rdcampbell.98{([at]})nowhere.xy
On 17/08/2013 21:05, Ivan Denisov wrote:
> 2 - I managed to work out how to download individual files from the first, but not the second. If I wanted to download a complete current working set (as a .zip file maybe) how would I do that?
I did not install such plug-in to Redmine yet, but it is planned in the future.
To download last version without edit history you should run command: git clone --depth=1
http://git.molpit.com/bbcb
Before this git itself should be installed:
http://git-scm.com/downloads
Regards, Ivan
Ivan,
I've just tried this in a 'git bash' window called "MINGW32.~".
It asked me for "Username for '
http://git.molpit.com':".
I am guessing it will also ask me for a password ???
Regards
Robert
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Mon Aug 19 2013 - 04:18:58 UTC