Skip to content

Commit

Permalink
switch submodule url to HTTPS
Browse files Browse the repository at this point in the history
GitHub does not allow unauthenticated clones via ssh. [1]
HTTPS allows cloning without authentication and therefore does not require a GitHub account.

[1]: https://docs.github.com/en/github/using-git/which-remote-url-should-i-use#cloning-with-ssh-urls
  • Loading branch information
jrtberlin committed Mar 19, 2021
1 parent f5e2f48 commit ad49bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/AsteroidOS/libasteroid
[submodule "asteroidsyncserviced/libwatchfish"]
path = asteroidsyncserviced/libwatchfish
url = git@github.com:piggz/libwatchfish.git
url = https://github.com/piggz/libwatchfish.git

0 comments on commit ad49bbe

Please sign in to comment.