Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7831445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T11:44:04+00:00 2026-06-02T11:44:04+00:00

I have created a new repository in code.google.com , generated the code.google.com password and

  • 0

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:

  1. Update the url in the .git/config to take username and password
  2. Give the username and password in the url in the git clone command
  3. Update username and password with global git config command
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T11:44:06+00:00Added an answer on June 2, 2026 at 11:44 am

    Try ‘git remote show origin’ to confirm the remote communication.

    Is the ‘security’ button checked at Google Project Hosting. If so, maybe you are using the wrong password (Google Code password versus Google Account password).

    [edit]

    When you clone a Google project, you get a custom repository name. For example, I cloned the ‘playn’ project and was given a project name of ‘gozoner-playn-too’ (based on the info that I provided). When you make your local clone it needs to be of this repository. In my case:

    git clone https://code.google.com/p/gozoner-playn-too
    

    And the push then works:

    $ git push origin
    Counting objects: 3, done.
    Delta compression using up to 2 threads.
    Compressing objects: 100% (2/2), done.
    Writing objects: 100% (2/2), 256 bytes, done.
    ...
    

    Note, if you’ve already checked out the wrong clone (like I suspect) you can change the url to the correct one with:

    git remote set-url origin https://code.google.com/p/gozoner-playn-too
    

    After this the .git/config file has this:

    [remote "origin"]
      fetch = +refs/heads/*:refs/remotes/origin/*
      url = https://code.google.com/p/gozoner-playn-too
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using HgEclipse from here: http://www.javaforge.com/project/HGE I have created a new repository on
I a xampp setup for php. I have created a new repository at D:/xampp/htdocs/cart
I am new to Repository concept and get some questions. I have created simple
I have created a new solution with a minimal amount of code that represents
I created a project with Google Code, checked it out from https://stackexchange.googlecode.com/hg/ using the
I have started a new project on Google code, and I chose Mercurial as
I'm using the Unity MVC3 code at http://unitymvc3.codeplex.com/ to have a NHibernate session per
I have created a repository class that I want to use in a code
I have created a Git repository on my Desktop machine (Windows 7) with: git
We have created a new List View Style that shows thumbnails from a picture

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.