Skip to content

Commit

Permalink
Fix: using https URL instead of ssh for git submodule
Browse files Browse the repository at this point in the history
Issue #1: SSL URL for submodule causes 'permission denied' for clone
  • Loading branch information
tolga9009 committed Nov 21, 2014
1 parent 2bec427 commit 915e677
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
@@ -1,3 +1,3 @@
[submodule "lib/tinyxml2"]
path = lib/tinyxml2
url = ssh://git@github.com:22/leethomason/tinyxml2.git
url = https://github.com/leethomason/tinyxml2.git

0 comments on commit 915e677

Please sign in to comment.