Skip to content

Instantly share code, notes, and snippets.

@aucampia
Created September 27, 2014 15:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aucampia/5c23913b8132b8429490 to your computer and use it in GitHub Desktop.
Issues pushing
iwana@mehdinlu.abraxas.za.net:~/projects/gitlab/aucampia/resume
$ git push -v -v -v
Pushing to git@gitlab.com:aucampia/resume.git
Access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
iwana@mehdinlu.abraxas.za.net:~/projects/gitlab/aucampia/resume
$ ssh git@gitlab.com
PTY allocation request failed on channel 0
Welcome to GitLab, Iwan Aucamp @ Concurrent Systems!
Connection to gitlab.com closed.
iwana@mehdinlu.abraxas.za.net:~/projects/gitlab/aucampia/resume
$ env | grep SSH
SSH_CLIENT=10.146.208.1 37158 22
SSH_TTY=/dev/pts/15
SSH_AUTH_SOCK=/tmp/ssh-Xvn6BUlkEl/agent.25265
SSH_CONNECTION=10.146.208.1 37158 10.146.209.10 22
iwana@mehdinlu.abraxas.za.net:~/projects/gitlab/aucampia/resume
$ ps -ef | grep agent
iwana 9044 1 0 Sep16 ? 00:00:12 /usr/bin/gpg-agent --sh --daemon --enable-ssh-support --write-env-file /home/iwana/.cache/gpg-agent-info
iwana 9109 1 0 Sep16 ? 00:00:01 /usr/libexec/polkit-gnome-authentication-agent-1
iwana 25993 25270 0 17:07 pts/15 00:00:00 grep --colour=auto agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment