git remote add错误

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/seasermy/article/details/71439517
fatal: Not a git repository (or any parent up to mount point /data)

Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


Just type git init into your command line and press enter. Then run your command again, you probably were running git remote add origin [your-repository].

猜你喜欢

转载自blog.csdn.net/seasermy/article/details/71439517