我在Google Code上有一個git項目。 https://code.google.com/p/jawabot/Git推送與谷歌代碼回購沒有任何關係作爲遠程
我做了一些提交到master
分支。他們很好,在git log
可見。 現在,當我做git push
,我得到「
$ git push
Password:
Everything up-to-date
有時:
$ git push
Password:
error: The requested URL returned error: 403 while accessing https://[email protected]/p/jawabot//info/refs
fatal: HTTP request failed
更新:??
$ git remote -v
origin https://[email protected]/p/jawabot/ (fetch)
origin https://[email protected]/p/jawabot/ (push)
什麼是錯Me或谷歌(我的git新手)
如果有一些其中一位如此善良,並試圖在那裏推動一些事情,我會很高興(我想我能夠恢復這種變化)。
更新:基於答案
,我試過(GIT:// URL猜測):
$ git remote add gc [email protected]:jawabot/jawabot.git
$ git remote -v
gc [email protected]:jawabot/jawabot.git (fetch)
gc [email protected]:jawabot/jawabot.git (push)
origin https://[email protected]/p/jawabot/ (fetch)
origin https://[email protected]/p/jawabot/ (push)
[email protected]:/mnt/ssd1/_projekty/JawaBot-2.0-git$ git push gc
ssh: connect to host code.google.com port 22: Connection timed out
fatal: The remote end hung up unexpectedly
我想知道爲什麼會有人把-1 –