开发者

Article on using Git in DropBox Doesn't Seem to Work

开发者 https://www.devze.com 2023-02-24 09:44 出处:网络
I found this article on using Git in Dropbox as a secondary repository. The problem when when I try to add the remote directory to my project and I get the following message:

I found this article on using Git in Dropbox as a secondary repository. The problem when when I try to add the remote directory to my project and I get the following message:

git remote add file://开发者_如何转开发/Users/me/Dropbox/Projects/Social-Linking dropbox
fatal: 'file:///Users/me/Dropbox/Projects/Social-Linking' is not a valid remote name

I followed the steps one step at a time and on a Mac.


You are probably doing

git remote add file:///Users/me/Dropbox/Projects/Social-Linking remotename

Where you should be doing

git remote add remotename file:///Users/me/Dropbox/Projects/Social-Linking
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号