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://[email protected]':
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