我的 bitbucket ssh 网址:
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>
我收到此错误后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
我拥有读取/写入 bitbucket 存储库的所有权利。