We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing the base url for GitHub will allow support for GitHub Enterprise.
The text was updated successfully, but these errors were encountered:
I implemented baseURL here https://github.com/0xtavian/shhgit/blob/master/core/session.go#L65 but when running on debug we are able to view the private GHE repos urls but unable to clone.
I believe the solution is to also support basic authentication.
"Turns out that {Github Enterprise} uses the token as a password for your user, so it requires a basic authentication rather than a token in the header." https://stackoverflow.com/questions/51751828/clone-a-repository-from-github-enterprise-with-go-git
Sorry, something went wrong.
Closed. See #38
No branches or pull requests
Changing the base url for GitHub will allow support for GitHub Enterprise.
The text was updated successfully, but these errors were encountered: