How to use Google's repo tool on MS Windows OS?

前端 未结 4 651
小蘑菇
小蘑菇 2020-12-13 20:19

I installed git for windows and it works fine(e.g. use one of the following solutions Want to download a Git repository, what do I need (windows machine)?).

I tried

4条回答
  •  感动是毒
    2020-12-13 20:52

    There is no native repo for Windows currently.

    You may use a Linux virtual machine or dual-boot, or work around the (relatively minor) issues caused by symlinks not functioning on your filesystem.

    Another option would be to just use git directly instead of using the repo as a convenience wrapper - repo is a support tool, and doesn't add any substantial power.

提交回复
热议问题