You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://[email protected]/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://[email protected]/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:~$
The text was updated successfully, but these errors were encountered:
I get "permission denied"
Downloading manifest from [email protected]: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. [email protected]: 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 [email protected]: 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 [email protected]:WebPlatformForEmbedded/manifests-metrological-raspberrypi.git
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.
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://[email protected]/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://[email protected]/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 foundmike@wpe:~$
The text was updated successfully, but these errors were encountered: