Skip to content
Snippets Groups Projects
Commit 1285e009 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Do not use git protocol to connect to github.

For submodules use https protocol (dynbot is not recognized by github).
parent 0691b083
Branches
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
url = http://www.dynare.org/git/dmm.git url = http://www.dynare.org/git/dmm.git
[submodule "matlab/utilities/tests"] [submodule "matlab/utilities/tests"]
path = matlab/utilities/tests path = matlab/utilities/tests
url = git@github.com:DynareTeam/m-unit-tests.git url = https://github.com/DynareTeam/m-unit-tests.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment