我已经完成了 youtube 教程在http://www.youtube.com/watch?v=JByfXdbVAiE上显示的所有内容。每次我去推到原点时,过程都会挂起,最终会失败。
我得到的输出是这样的:
c:\Program Files (x86)\Git\bin\git.exe push "origin" master:master (然后在这里挂了 20 分钟以上)
我能够克隆中央存储库,我可以从中提取,我正在向我的个人存储库提交更改,但它不允许我推送。
提前致谢。
编辑:
$ 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)
老实说,我不确定这一切意味着什么。
$ 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
检查并重新检查以确保我输入了正确的信息。
编辑2:
当我在 Git Extensions 中管理我的源远程时,我加载了我的 ppk SSH 密钥,当我测试我收到的连接时:
FATAL ERROR: Network error: Connection timed out
我猜这是我的 ISP,所以除非有人有更好的主意,否则我正在与他们核实。