Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566284 - app-portage/layman-2.3.0-r1 - error adding overlay
Summary: app-portage/layman-2.3.0-r1 - error adding overlay
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 02:21 UTC by Lagu
Modified: 2015-11-20 07:07 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 Lagu 2015-11-20 02:21:06 UTC
Hi, here a little problem adding an unofficial overlay, log:

sudo layman -o https://raw.githubusercontent.com/zhtengw/deepin-overlay/master/repo.xml -f -a aten
Password: 

 * Fetching remote list...
 * Fetch Ok

 * Adding overlay...
 * Overlay "aten" is not an official. Continue install? [y/n]: y
 * Running Git... # ( cd /var/lib/layman  && /usr/bin/git clone git@github.com:zhtengw/deepin-overlay.git /var/lib/layman/aten )
Cloning into '/var/lib/layman/aten'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/aten  && /usr/bin/git config user.name "layman" )
 * [Errno 2] No such file or directory: '/var/lib/layman/aten'
 * Adding repository "aten" failed!

 * CLI: Errors occurred processing action add
 * Adding repository "aten" failed!

I try create the folder but i get the same message.

Thx.
Comment 1 Adam Feldman gentoo-dev 2015-11-20 07:07:06 UTC
<source type="git">git@github.com:zhtengw/deepin-overlay.git</source>

Your URI indicates git+ssh but your source type is "git"

Try changing your URI to git://github.com/zhtengw/deepin-overlay.git

If you need more assistance crafting your xml file, I recommend asking in IRC, forums, or the mailing lists.