-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
add dependency from self hosted gitlab server using SSH checkout #129
Comments
I also use private gitlab with SSH. |
Thanks for the reply. when trying to clone a repo using the |
oh and I just found out that on our self hosted gitlab server ouath is deactivated 😢 |
I tried it now several times in different ways in PowerShell, Admin PowerShell and cmder with the same result. I tried to setup the login again like stated in the readme. boss login
Url to login (ex: github.com): mygitlab.url
Use SSH(y or n): y
Path of ssh private key(C:\Users\Bastian\.ssh\id_rsa): C:\Users\Bastian\.ssh\rsa-key-gitlab
PassPhrase: ***
I also tried to install the dependy by supplying the credentials directly after calling the login on the repo directly supplying the path to the key file
But also when I now try to install a dependency from our gitlab server it asks for the OAuth token so the private key authentication seems to be inactive. |
any chance that this will be fixed? |
I found and fixed the problem. It was an issue with handling the filename passed in as the privatekey path. |
Cool @Basti-Fantasti... Please, if possible, send us the Pull request. |
How can I configure boss to fetch dependencies from my locally hosted gitlab server using SSH instead of HTTPS?
I have logged in with boss to my gitlab instance:
When I now try to install a dependency using the repo path as I would with git clone
It can not be cloned because it's trying to clone using HTTPS instead of SSH which is not available on my github server.
How can this be changed?
Best regards
Bastian
The text was updated successfully, but these errors were encountered: