I have a git project at Google Code. https://code.google.com/p/jawabot/
I did some commits to master
branch. They're fine, visible in git log
.
Now when I do git push
, I get "
$ git push
Password:
Everything up-to-date
And sometimes:
$ git push
Password:
error: The requested URL returned error: 403 while accessing https://dynawest@code.google.com/p/jawabot//info/refs
fatal: HTTP request failed
Update:
$ git remote -v
origin https://dynawest@code.google.com/p/jawabot/ (fetch)
origin https://dynawest@code.google.com/p/jawabot/ (push)
What's wrong? Me or Google? (I'm git newbie.)
If someone was so kind and tried to push something there, I'd be glad (I assume I will be able to revert such change).
Update:
Based on answers, I tried (git:// url guessed):
$ git remote add gc git@code.google.com:jawabot/jawabot.git
$ git remote -v
gc git@code.google.com:jawabot/jawabot.git (fetch)
gc git@code.google.com:jawabot/jawabot.git (push)
origin https://dynawest@code.google.com/p/jawabot/ (fetch)
origin https://dynawest@code.google.com/p/jawabot/ (push)
ondra@ondra-doma:/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