I have created a new repository in code.google.com
, generated the code.google.com
password and updated my ~/.netrc
with
machine code.google.com login <email-id> password <password>
As per the instruction in the code.google.com
, I was able to clone
the repository using the following command:
git clone https://code.google.com/p/<repository-name>/
and after that I added some files to the repository and executed, git add
, followed by git commit
. But when I executed git push origin master
it gave the following error
fatal: remote error: Repository not found
When google'ed for this issue, I found couple of links but the work-around that was mentioned in that didn't seem to work. Any suggestion would be highly appreciated!
UPDATE: I have tried the following work-arounds but unsuccessful:
- Update the
url
in the.git/config
to takeusername
andpassword
- Give the
username
andpassword
in theurl
in thegit clone
command - Update
username
andpassword
with globalgit
config command