I have a personal learning project that I shelved for awhile but recently decided to get back into. After hearing so much about Git, I decided to give it a try. Thus far I've been able to initialize an empty Git repository but then it prompts me for a password of which I've misplaced. My first question, where is the password being prompted from? My assumption was SVN, so I've tried looking for a way to view or reset it but I haven't come across anything that seems to make sense in this scenario. Below is where I keep getting caught...
$ git svn fetch
[email protected]'s password:
Permission denied, please try again
Connection closed by xx.xxx.xxx.xx (occurs on third attempt)
Network connection closed unexpectedly: Connection closed unexpectedly at /usr/local/git/libexec/git-core/git-svn line 1477
SVN Version: 1.4.4 (r25188) Mac Version: 10.5.8
Currently, I'm the only one working on this project, so I'm open to suggestions drastic or otherwise, that would make collaborating in the future easier.
many thanks! Shawn