I have done everything that the youtube tutorial shows to do at http://www.youtube.com/watch?v=JByfXdbVAiE . Everytime that I go to push to origin the process hangs and will eventually fail.
The output that I am getting is this:
c:\Program Files (x86)\Git\bin\git.exe push "origin" master:master (Then it hangs here for 20 minutes plus)
I am able to clone the central repository, I am able to pull from it, I am committing changes to my personal repository but it will not allow me to push.
Thanks in advance.
EDIT:
$ git remote show origin
* remote origin
Fetch URL: https://github.com/[repository]
Push URL: https://github.com/[repository]
HEAD branch: master
Remote branch:
master tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (local out of date)
I am not honestly sure what that all means.
$ git push origin master
Username:
Password:
error: The requested URL returned error: 403 while acces
lordcheeto/iGEM-DNA-Processor.git/info/refs
fatal: HTTP request failed
Checked and rechecked to make sure I was entering the right information.
EDIT 2:
When I went to manage my origin remote in Git Extensions I loaded my ppk SSH key and when I tested the connection I received:
FATAL ERROR: Network error: Connection timed out
I am guessing that it is my ISP so I am checking with them unless anyone has a better idea.
