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
Private GitHub repos should use [email protected]:org/repo.git URLs, whereas https URLs are preferred for public repos.
[email protected]:org/repo.git
https
This was highlighted in this issue
#155
which broke automated CI style builds that rely on SSH keys to access a private repo.
It should be possible to add a CI QA test to check the code URLs and make sure https is used for public GitHub repos, and git URLs for private.
git
The text was updated successfully, but these errors were encountered:
See in partcular issue #158 which asks to revert pull request #155
Sorry, something went wrong.
No branches or pull requests
Private GitHub repos should use
[email protected]:org/repo.git
URLs, whereashttps
URLs are preferred for public repos.This was highlighted in this issue
#155
which broke automated CI style builds that rely on SSH keys to access a private repo.
It should be possible to add a CI QA test to check the code URLs and make sure
https
is used for public GitHub repos, andgit
URLs for private.The text was updated successfully, but these errors were encountered: