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
While following the build process make fetch breaks with:
--------------- sources/meta-noto - [email protected]:victronenergy/meta-noto.git -------------
Cloning into 'sources/meta-noto'...
[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: not a git repository: 'sources/meta-noto/.git'
fatal: not a git repository: 'sources/meta-noto/.git'
fatal: not a git repository: 'sources/meta-noto/.git'
fatal: not a git repository: 'sources/meta-noto/.git'
Followed process as described:
_
# clone this repository
git clone https://github.com/victronenergy/venus.git
cd venus
# install host packages (Debian based)
sudo make prereq
# fetch needed subtrees
# use make fetch-all instead, if you have access to all the private repos.
make fetch
```_
The text was updated successfully, but these errors were encountered:
charlesrg
changed the title
Build Issue
Build Issue - sources/meta-noto - access denied
Jan 6, 2025
While following the build process make fetch breaks with:
Followed process as described:
_
The text was updated successfully, but these errors were encountered: