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.
<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.