作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我的 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>
我在 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 存储库的所有权利。
最佳答案
这对我有用:
<remote name="my_remote" fetch="ssh://git@bitbucket.org/MY_USERNAME"/>
来自 BitBucket documentation ,“按连接协议(protocol)划分的存储库 URL 格式”部分
关于android - 如何将 bitbucket 私有(private) Git 存储库添加到 AOSP?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26654695/
我是一名优秀的程序员,十分优秀!