泉州网页网站制作,建设百度网站,如何建设网站安全,免费企业1、关于远程路径的设置#xff1a;
双反斜线 和 单斜线 的问题。 这样写可以#xff1a;
git remote add origin L:/BottleCapDetection这样写也可以#xff1a;
git remote add origin L:\\BottleCapDetection但是这样写#xff0c;就不对#xff1a;
git remote add…1、关于远程路径的设置
双反斜线 和 单斜线 的问题。 这样写可以
git remote add origin L:/BottleCapDetection这样写也可以
git remote add origin L:\\BottleCapDetection但是这样写就不对
git remote add origin L://BottleCapDetection我使用的是本地的GIT环境多人协同开发 搭建网址参考 https://blog.51cto.com/u_15483646/4912048