Other error messages aside (which I’ve never seen before unfortunately), you’re pushing to the wrong remote
{1098} [/home/huikyole/climate] % git remote -v origin https://github.com/apache/climate.git (fetch) origin https://github.com/apache/climate.git (push) That’s not the remote for your fork of the climate repo. Your fork is probably https://github.com/huikyole/climate.git Try pushing there and see if you still get the same error. The Apache repos are read only. -- Michael J. Joyce Engineering Applications Software Engineer Instrument Software and Science Data Systems NASA Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive Pasadena, California 91109 Mail Stop: 158-242 Cel: (626) 788-7511 Tel: (818) 354-7550 Fax: (818) 393-1370 From: <Lee>, "Kyo (329C-Caltech)" <huikyo....@jpl.nasa.gov<mailto:huikyo....@jpl.nasa.gov>> Date: Thursday, January 15, 2015 at 7:32 PM To: JPL <michael.j.jo...@jpl.nasa.gov<mailto:michael.j.jo...@jpl.nasa.gov>>, "dev@climate.apache.org<mailto:dev@climate.apache.org>" <dev@climate.apache.org<mailto:dev@climate.apache.org>> Subject: Problems in git push origin To address the jira issue CLIMATE-548, I have made some changes in my local repository. I created a new branch named ‘CLIMATE-548’. Now, I am trying to push the branch to my remote repository. However, I can only see some error messages as below (please ignore the X server errors). Do you have any ideas to address this issue? Just FYI, I am working on argo.jpl.nasa.gov. {1097} [/home/huikyole/climate] % git push origin CLIMATE-548 The application 'gnome-ssh-askpass' lost its connection to the display localhost:13.0; most likely the X server was shut down or you killed/destroyed the application. error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass' Username for 'https://github.com': huikyole The application 'gnome-ssh-askpass' lost its connection to the display localhost:13.0; most likely the X server was shut down or you killed/destroyed the application. error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass' Password for 'https://huiky...@github.com': error: The requested URL returned error: 403 while accessing https://github.com/apache/climate.git/info/refs?service=git-receive-pack fatal: HTTP request failed {1098} [/home/huikyole/climate] % git remote -v origin https://github.com/apache/climate.git (fetch) origin https://github.com/apache/climate.git (push) {1099} [/home/huikyole/climate] % Thanks, Kyo