我发现this article在Dropbox中使用Git作为辅助存储库。当我尝试将远程目录添加到我的项目时,我收到以下消息的问题:
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
我一步一步地在Mac上按照步骤进行操作。
答案 0 :(得分:1)
你可能正在做
git remote add file:///Users/me/Dropbox/Projects/Social-Linking remotename
你应该去哪里
git remote add remotename file:///Users/me/Dropbox/Projects/Social-Linking