我了解了将Git与Dropbox相关联的git-remote-dropbox功能。
我想知道如何在Windows上设置它?
我必须首先通过git init
创建git存储库?
在我的Dropbox工作区(某种%USERPROFILE%\ Dropbox)?或任何其他文件夹?
这些地点的含义和位置是什么?
将OAuth令牌保存在〜/ .config / git / git-remote-dropbox.json或〜/ .git-remote-dropbox.json中。
如何克隆回购?
git clone "dropbox://path/to/repo"
或者是某种形式
git clone "https://www.dropbox.com/path/to/repo"
其中repo
是包含.git
文件夹的文件夹?
答案 0 :(得分:0)
当我设置git-remote-dropbox时,尝试推送到遥控器时出现错误:
Error: missing config file: C:/Users/<user>/.config\git\git-remote-dropbox.json
将配置文件放入此文件夹后,它便开始工作。