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.
我们使用的是 TeamCity 8 Professional 8.0.2 build 27482,我们需要在 git 上运行一些 BARE 存储库不支持的命令。有没有办法把它克隆成普通的?
如果您可以使用命令行,那么克隆非裸存储库的简单方法是:
git clone repository-url-or-path
非裸存储库是该git clone命令的默认设置。
git clone