oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

Ssh url for submodules breaks compilation. #14

Closed o01eg closed 9 years ago

o01eg commented 9 years ago

Due changes in 294401f9abad9674d50387ff1c6d4a5737f1e435 gentoo fails to fetch repository

>>> Emerging (1 of 1) dev-util/SolidOak-9999::rust
>>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
>>> Unpacking source...
 * Fetching https://github.com/oakes/SolidOak.git ...
git fetch https://github.com/oakes/SolidOak.git +HEAD:refs/git-r3/HEAD
git symbolic-ref refs/git-r3/dev-util/SolidOak/0/__main__ refs/heads/master
 * Fetching git@github.com:oakes/soak.git ...
git fetch git@github.com:oakes/soak.git --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +HEAD:refs/git-r3/HEAD
Could not create directory '/var/tmp/portage/.ssh'.
The authenticity of host 'github.com (192.30.252.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/var/tmp/portage/.ssh/known_hosts).
Permission denied (publickey).
fatal: Could not read from remote repository.

Could you restore https url?

oakes commented 9 years ago

Heh, I was afraid that might break something. I just fixed it. Thanks for letting me know.