Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit a87744f

Browse files
author
Víctor Terrón
committed
Use HTTPS for the barycorr submodule
This fixes the "Permission denied (publickey)" error: ``` Cloning into '/home/travis/build/vterron/lemon/barycorr'... Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. ``` https://stackoverflow.com/q/15674064/184363
1 parent 929b462 commit a87744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "barycorr"]
22
path = barycorr
3-
url = git@github.com:vterron/barycorr.git
3+
url = https://github.com/vterron/barycorr.git
44
branch = init

0 commit comments

Comments
 (0)