Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,我将我的系统更改为 Linux,所以我在 windows 上的 git 存储库丢失了。
但我想再次使用它并编辑/添加一些文件。
所以我该怎么做?
我需要配置新的 ssh 密钥吗?
我查过这个网站: http ://rogerdudler.github.io/git-guide/index.html 但没有找到答案。
PS。我不知道这个问题是否重复,因为我搜索但没有找到任何类似的结果。
如果有,请给我一个参考。
谢谢。
你是否从上游源将它克隆到你的 Windows 机器上,比如 GitHub?如果是这样(似乎是因为您提到了 ssh 密钥),您只需要再次克隆到 Linux 机器。而且你应该很好地生成新的 ssh 密钥并将它们配置为上游受信任。