【发布时间】:2020-10-20 14:19:37
【问题描述】:
我在android studio中点击VCS→Git→Fetch,打印事件日志:
17:31 Fetch Failed
origin: remote: Repository not found.
repository 'https://github.com/xxxxxx/yyyyyy.git/' not found
这里的“https://github.com/xxxxxx/yyyyyy.git/”是我删除的存储库,但Android Studio IDE似乎不知道。我应该怎么做才能让 Android Studio 从另一个现有存储库中获取?
【问题讨论】:
-
为什么在你删除了存储库后还试图获取?
-
因为我不知道如何告诉Android studio“原始repo已被删除,你不应该指向它”