Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildtest get with ssh causes incorrect repo name #293

Closed
shahzebsiddiqui opened this issue May 5, 2020 · 0 comments
Closed

buildtest get with ssh causes incorrect repo name #293

shahzebsiddiqui opened this issue May 5, 2020 · 0 comments

Comments

@shahzebsiddiqui
Copy link
Member

There is an issue when using git based authentication either we add support for ssh authentication or only support https

The org name get's merge so you see git@github.com:buildtesters because the way url is formed.

(buildtest) siddiq90@cori11:~/.buildtest/site/github.com> buildtest get git@github.com:buildtesters/tutorials.git
Cloning into '/global/homes/s/siddiq90/.buildtest/site/github.com/git@github.com:buildtesters/tutorials'...
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
remote: Enumerating objects: 99, done.
remote: Counting objects: 100% (99/99), done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 99 (delta 29), reused 91 (delta 23), pack-reused 0
Receiving objects: 100% (99/99), 20.09 KiB | 6.70 MiB/s, done.
Resolving deltas: 100% (29/29), done.
(buildtest) siddiq90@cori11:~/.buildtest/site/github.com> ll -l
total 45
-rw-rw---- 1 siddiq90 siddiq90 41518 May  5 07:45 buildtest.log
drwxrwx--- 3 siddiq90 siddiq90   512 May  5 07:45 git@github.com:buildtesters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants