TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using Git with Dropbox

2 pointsby dotmanishalmost 12 years ago

4 comments

iveqyalmost 12 years ago
#git on freenode has some interesting thought about this:<p>11:44 -gitinfo(jast@infobot.gitrecipes.de)- Storing git repositories on DropBox is a Very Bad Idea™. Use a free hosting service (such as Bitbucket or GitHub), or read !dropbox_why if you insist upon having your repo corrupted.<p>11:44 &lt;iveqy&gt; !dropbox_why<p>11:44 -gitinfo(jast@infobot.gitrecipes.de)- git uses a lot of frequently-changed small files, which dropbox&#x27;s synchronization algorithms barf on. Use of multiple dropbox clients compounds this, with hilarious results
评论 #5967953 未加载
isxekalmost 12 years ago
<i>Something faster, something that didn&#x27;t require connection to central server, yet still allowed me to access my work on both my home and work computers. Git alone met majority of these requirements, I just needed a remote repository to share and sync my work between computers.</i><p>Other DVCS&#x27;s (Hg, Fossil, Bazaar, Monotone, etc.) did not?
ixtrazalmost 12 years ago
You still could use bitbucket. It allows to create unlimited amount of private repos with max of 5 users.
wubbfindelalmost 12 years ago
Fine for a single developer project, but you would quickly get dropbox conflicts when working as a team.