WebPlatformForEmbedded / manifests-metrological-raspberrypi

Git-repo manifests for building the RaspberryPi with Yocto
2 stars 2 forks source link

meta-wpe-restricted #3

Open admindotnu opened 3 years ago

admindotnu commented 3 years ago

When doing a repo sync, the meta-wpe-restricted is not found.

mike@wpe:~$ repo sync

... A new version of repo (2.15) is available. ... New version is available at: /home/mike/.repo/repo/repo ... The launcher is run from: /usr/bin/repo !!! The launcher is not writable. Please talk to your sysadmin or distro !!! to get an update installed.

Fetching: 71% (5/7) meta-wpe ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

meta-wpe-restricted: ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. meta-wpe-restricted: sleeping 4.0 seconds before retrying ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

meta-wpe-restricted: ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. error: Cannot fetch meta-wpe-restricted from ssh://git@github.com/WebPlatformForEmbedded/meta-wpe-restricted Fetching: 100% (7/7), done in 14.457s Garbage collecting: 100% (7/7), done in 0.022s

ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

meta-wpe-restricted: ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. meta-wpe-restricted: sleeping 4.0 seconds before retrying ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

meta-wpe-restricted: ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. error: Cannot fetch meta-wpe-restricted from ssh://git@github.com/WebPlatformForEmbedded/meta-wpe-restricted Fetching: 100% (1/1), done in 4.514s Garbage collecting: 100% (1/1), done in 0.006s Checking out: 71% (5/7) meta-wpeerror: Cannot checkout meta-wpe-restricted: ManifestInvalidRevisionError: revision refs/heads/main in meta-wpe-restricted not found Checking out: 71% (5/7), done in 1.198s error: in sync: revision refs/heads/main in meta-wpe-restricted not found mike@wpe:~$

huesla commented 2 years ago

I get "permission denied" Downloading manifest from git@github.com:WebPlatformForEmbedded/manifests-metrological-raspberrypi.git The authenticity of host 'github.com (140.82.121.3)' can't be established. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,140.82.121.3' (ECDSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. manifests: sleeping 4.0 seconds before retrying git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: cannot obtain manifest git@github.com:WebPlatformForEmbedded/manifests-metrological-raspberrypi.git

h3ndrk commented 10 months ago

After repo init ..., I manually edited .repo/manifests/dunfell-main.xml and removed the restricted repo line from that file. Afterwards, repo sync just worked fine.