mauricev Posted July 29, 2019 Report Share Posted July 29, 2019 When I try to git clone ssh://git@code.funtoo.org:7999/mauricev/skeleton-overlay it complains incorrectly Repository not found The requested repository does not exist, or you do not have permission to access it. What can I do? Link to comment Share on other sites More sharing options...
bcowan Posted July 29, 2019 Report Share Posted July 29, 2019 do you have your your keys setup? Link to comment Share on other sites More sharing options...
bcowan Posted July 29, 2019 Report Share Posted July 29, 2019 does normal https work? git clone https://code.funtoo.org/bitbucket/scm/~mauricev/skeleton-overlay.git Link to comment Share on other sites More sharing options...
cardinal Posted July 29, 2019 Report Share Posted July 29, 2019 @mauricev works with git using my ssh private key and the matching ssh public key added to my account at code.funtoo.org : git clone ssh://git@code.funtoo.org:7999/~mauricev/skeleton-overlay.git Cloning into 'skeleton-overlay'... Warning: Permanently added '[code.funtoo.org]:7999,[192.150.253.202]:7999' (RSA) to the list of known hosts. remote: Enumerating objects: 22, done. remote: Counting objects: 100% (22/22), done. remote: Compressing objects: 100% (17/17), done. remote: Total 22 (delta 6), reused 0 (delta 0) Receiving objects: 100% (22/22), 9.50 KiB | 198.00 KiB/s, done. Resolving deltas: 100% (6/6), done. Link to comment Share on other sites More sharing options...
bcowan Posted July 30, 2019 Report Share Posted July 30, 2019 if he used the first command he forgot the tilda before his username, could be the issue. shrug Link to comment Share on other sites More sharing options...
Funtoo Linux BDFL drobbins Posted July 31, 2019 Funtoo Linux BDFL Report Share Posted July 31, 2019 Yes, I think that ~ is necessary -- otherwise it won't find it. Link to comment Share on other sites More sharing options...
Recommended Posts