You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
many thanks for the great work on Glide. One thing that I found missing is the ability to retrieve code from GitHub Enterprise repositories. Specifically:
GHE format is
@thanasisk when you try to set the repo to https://GITHUB_ENTERPRISE_TOKEN@github.enterprise.url/something what happens? I'm curious of the error since I can't track this down right now.
@mattfarina I don't think it's possible to embed the github token directly into the glide.yaml because (I assume) that file is committed to the private repo.
EDIT: if you've already got local creds for GHE SSO such that you can use git pull/push in the terminal as you normally would, then you can force glide install to use them by adding this to your ~/.gitconfig
Hi all,
many thanks for the great work on Glide. One thing that I found missing is the ability to retrieve code from GitHub Enterprise repositories. Specifically:
GHE format is
as opposed to
there was a previous issue referencing it
#387
many thanks!
PS (I also assume that the problem does not exist between chair and keyboard, if that is the case please point me to the right direction)
The text was updated successfully, but these errors were encountered: