Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441590 - I am unable to access git.overlays.gentoo.org
Summary: I am unable to access git.overlays.gentoo.org
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Developer account issues (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 16:05 UTC by Richard Freeman
Modified: 2012-11-03 18:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.  :)