Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 441590

Summary: I am unable to access git.overlays.gentoo.org
Product: Gentoo Infrastructure Reporter: Richard Freeman <rich0>
Component: Developer account issuesAssignee: Gentoo Infrastructure <infra-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Richard Freeman gentoo-dev 2012-11-03 16:05:55 UTC
Attempting to clone the devmanual fails:
git clone git+ssh://git.overlays.gentoo.org/proj/devmanual.git
<motd>
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I suspect there is some kind of access issue with my account.

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-11-03 18:12:41 UTC
You did not specify the user.

It should be:
git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git
Comment 2 Richard Freeman gentoo-dev 2012-11-03 18:31:33 UTC
Thanks.  And as an added bonus the first thing I can fix on the devmanual is the incorrect reference to the repository location.  :)