问题:git clone 项目( https/ssh 都试过)到本地 发现无法 pull/push
提示 fatal: 'origin/develop' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
尝试过的方法:重写生成密钥 修改 github 的配置
ps:但是用 sourcetree 托管项目都可以 pull push 有人遇到过这种问题吗?
1
CEBBCAT 2019-02-28 21:35:31 +08:00 via Android
听起来咋那么玄乎呢?别是走近科学那种原因
|
2
CSwater 2019-02-28 22:02:52 +08:00
尝试先添加创建的身份信息?
ssh-add ~/.ssh/id_rsa |
3
Windelight 2019-03-01 00:00:43 +08:00 via Android
请问是 GitHub 的那个 DownZIP 按钮下复制的链接吗?这英文很明显了 does not appear to be a git repository,appear 楼主应该明白什么意思吧,所以楼主可以直接全默认设置直接 git clone https://xxxxx.xxx/xxx/xxx.git 这样的
|
4
kisara 2019-03-01 00:06:52 +08:00 via iPhone
你确定这个 repo 你有权限修改?
|
5
ImPerat0R 2019-03-01 10:52:54 +08:00
把 remote 里的 https 改成 git
|
7
hlayk OP @Windelight 项目是 fork 到我账户下的 可直接编译的 而且 clone 的时候 ssh 或者 https 都试过
|