my bitbucket ssh url:
git@bitbucket.org:MY_USERNAME/PROJECT_NAME.git
.repo/local_manifests/manifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="my_remote" fetch="git@bitbucket.org:MY_USERNAME/" />
<project path="packages/apps/PROJECT_NAME" name="PROJECT_NAME" remote="my_remote" revision="master" />
</manifest>
I get this error after repo sync
:
Fetching projects: 99% (409/413) fatal: remote error: Git repository not found
error: Cannot fetch PROJECT_NAME
error: Exited sync due to fetch errors
I have all the rights of reading/writing into the bitbucket repository.