jorgicio-gentoo-overlay icon indicating copy to clipboard operation
jorgicio-gentoo-overlay copied to clipboard

Pull requires authentication

Open grepwood opened this issue 2 years ago • 1 comments

This broke my cron script for refreshing Portage tree and overlays every morning.

grepwood avatar May 23 '22 10:05 grepwood

Check that the remote url is correct in .git/config of your overlay (might be at /var/db/repos/jorigicio or /var/lib/layman/jorgicio).

[remote "origin"]
        url = https://github.com/jorgicio/jorgicio-gentoo-overlay.git
        fetch = +refs/heads/main:refs/remotes/origin/main

MoonE avatar May 26 '22 15:05 MoonE