Typography

活版印字


  • Home
  • Archive
  • Categories
  • Tags
  •  

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo

git submodule 更新異常

Posted at 2016-09-14 git submodule 

錯誤訊息

1
2
fatal: destination path 'xxx' already exists and is not an empty directory.
fatal: clone of 'git@bitbucket.org:xxxxx/your-repo.git' into submodule path 'xxx' failed

解法

1
2
3
git submodule deinit --force .
git submodule init
git submodule update --recursive

Share 

 Previous post: 模仿遊戲(the imitation game) - 重點整理 Next post: 從 0 到 1 - 重點整理 

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo