mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-23 17:48:00 +00:00
Debug
This commit is contained in:
parent
3715bc571d
commit
3fc2400425
1 changed files with 4 additions and 0 deletions
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
||||||
cat ~/.ssh/config
|
cat ~/.ssh/config
|
||||||
ssh-add -l
|
ssh-add -l
|
||||||
C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat'
|
C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat'
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
if: ${{ failure() }}
|
||||||
|
|
||||||
# git clone git@github.com:mpdude/test-2.git test-2-git
|
# git clone git@github.com:mpdude/test-2.git test-2-git
|
||||||
# ls -alh ~/.ssh
|
# ls -alh ~/.ssh
|
||||||
# git clone https://github.com/mpdude/test-1.git test-1-http
|
# git clone https://github.com/mpdude/test-1.git test-1-http
|
||||||
|
|
Loading…
Reference in a new issue