Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to push the changes to Git remote repository when using Apache Traffic Server proxy

I'm trying to push the changes to Git remote repository, but got ended with following error message -

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 INKApi Error fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date

I have followed the steps below till now -

  1. Made required configuration to clone the package

git config --global http.proxy http://mydomain\myusername:mypassword@myproxyserver:8080

  1. Cloned the repository using following line -

git clone http://mypackageurl

  1. Made some changes in existing method and saved the file
  2. Then executed following commands to add, commit & push

git add testpath/updatedfile.py

git commit -m "Updating sample script"

git push

git push origin master

But no luck, getting same error mentioned above.

Git clone was successful, didn't face any issue in that. While trying to push the change only getting HTTP 500 error. And I've installed GitHub desktop application and trying all these stuffs through Git Shell

like image 205
zeal Avatar asked Jul 11 '26 19:07

zeal


1 Answers

Github itself may be down also. The status of GitHub can be observed at https://www.githubstatus.com/.

like image 161
apinanyogaratnam Avatar answered Jul 13 '26 17:07

apinanyogaratnam



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!