jorgicio / jorgicio-gentoo-overlay

Gentoo Overlay made by Jorgicio.
100 stars 50 forks source link

Pull requires authentication #353

Open grepwood opened 2 years ago

grepwood commented 2 years ago

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

MoonE commented 2 years ago

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