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

Commit

Permalink
Use HTTPS for the barycorr submodule
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Víctor Terrón committed Apr 13, 2020
1 parent 929b462 commit a87744f
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,4 +1,4 @@
[submodule "barycorr"]
path = barycorr
url = git@github.com:vterron/barycorr.git
url = https://github.com/vterron/barycorr.git
branch = init

0 comments on commit a87744f

Please sign in to comment.