Issues pushing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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