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

consider git+https:// before git+ssh:// URLs for dependencies #143

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

boegel
Copy link
Member

@boegel boegel commented Mar 25, 2020

When private repositories (like vsc-config) are being tested through tox, dependencies that are located in a public repo (for example vsc-base as a dep for vsc-config) should be cloned over https rather than ssh to avoid that the git clone command requires credentials (see #124).

@itkovian itkovian merged commit befae99 into hpcugent:master Mar 25, 2020
@boegel boegel deleted the https_before_git branch March 25, 2020 11:05
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

Successfully merging this pull request may close these issues.

2 participants