【发布时间】:2024-01-02 16:40:01
【问题描述】:
我正在尝试按照here 找到的说明进行操作,但在第一步就失败了:
C:\wxFork [master +42 ~0 -32 !]> git fetch upstream
fatal: 'upstream' 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.
我该怎么办?
谢谢。
【问题讨论】:
-
你需要先配置upstream:help.github.com/articles/configuring-a-remote-for-a-fork
-
@T.Claverie,谢谢。那行得通。
标签: github synchronize git-fork