Git repository in OneDrive synced folder

后端 未结 7 2006
南笙
南笙 2021-02-07 02:48

I am trying to create a git repository located within a OneDrive synced folder, but I am running into an issue.

I use OneDrive to sync folders between my multiple device

7条回答
  •  醉酒成梦
    2021-02-07 03:13

    OneDrive does not (yet!) support syncing files that start with periods, like the .git folder where the git metadata is saved to.

    Because of this you are not seeing those items sync over OneDrive.

    (This is only the case with old version of the OneDrive Client, I've created a new answer that reflects the current versions capabilities 8/2015)

提交回复
热议问题