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

  • Home
  • SEARCH
  • 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 6230419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:44:42+00:00 2026-05-24T09:44:42+00:00

I have a git project at Google Code. https://code.google.com/p/jawabot/ I did some commits to

  • 0

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
  • 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-05-24T09:44:43+00:00Added an answer on May 24, 2026 at 9:44 am

    What you are trying to do is answered in the FAQ: http://code.google.com/p/support/wiki/GitFAQ

    Both why just a git push would not work and also on supporting https only and not other protocols.

    Why does Git refuse to push, saying “everything up to date”?

    git push with no additional arguments only pushes branches
    that exist in the remote already. If the remote repository is empty,
    nothing will be pushed. In this case, explicitly specify a branch to
    push, e.g. git push master.

    Can I access my repository over
    git:// or ssh:// instead of https:// ?

    In order to take advantage of the advanced scalability and
    load-balancing features of Google’s production servers, we are only
    able to accept incoming HTTP connections. We have no plans to support
    protocols other than the Git Smart HTTP protocol introduced in v1.6.6.

    We do support both anonymous (read-only) and authenticated
    (read/write) access over HTTPS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a git project. I just made a commit, then I deleted some
How do I add an external git repo (such as code.google.com) to Xcode with
I got Calculator source code from google's android.git.kernel.org and successfully build the project without
We have a git project which has quite a big history. Specifically, early in
I have been using git to keep two copies of my project in sync,
I have a project A that is a Git repository. I would like to
I am using git for windows to manage a local project. I have two
I have a project hosted on github. There is a main branch (main-branch) for
I have a library Google that I keep in a separate GIT repository. This
So I have a Git project, and we (a mostly typical Rails project) have

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.