Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git push returns error 500 (Google Code)

I'm trying the following sequence of standard commands:

git clone https://code.google.com/p/steambmc/
cd steambmc
[made changes]
git commit -a
[added commit message]
git push

I've set up my username/password in .netrc.

When I try these, the first two succeed, but the last one appears to fail:

fatal: unable to access 'https://code.google.com/p/steambmc/': The requested URL returned error: 500

I've also tried git:// (which just hangs) and http:// (which has the same error.)

git version is 1.8.3.4 on Ubuntu Precise.

like image 380
Thomas O Avatar asked May 08 '26 21:05

Thomas O


1 Answers

Edit .git\config, change the url from yourname@https://code.google.com/p/xyz/ to https://code.google.com/p/xyz/. When you push to it, just input your username and password, now it works well.

like image 142
King Avatar answered May 10 '26 09:05

King



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!