分享:Free Private Git Repositories

2013-05-12 08:37:53 +08:00
 RelativeLayout
对于一般只需要两三个私有仓储的开发人员来说,每月花 $7.00 购入GitHub私有服务 是很不合算的事情(大富除外)。

结合Git和同步服务在一起,不也实现了private git repo的效果么?

解决方案:

---- 在Dropbox里 , 创建 git ----

参考步骤:

(这是你正在开发的项目,不在Dropbox中)
$ cd yourproject
$ git init
$ git add *
$ git commit

$ cd ~/Dropbox
$ mkdir git

$ cd git
$ mkdir yourproject.git
$ cd yourproject.git
$ git --bare init

$ cd yourproject
$ git remote add origin ~/Dropbox/git/yourproject.git
$ git push origin master
6372 次点击
所在节点    程序员
43 条回复
Rabbit52
2013-07-01 23:10:13 +08:00
gitcafe 收费了~ bitbucket太慢了~肿么办 - -!
RelativeLayout
2013-07-01 23:13:54 +08:00
@Rabbit52 要不试试csdn的和oschina的?
Rabbit52
2013-07-01 23:26:25 +08:00
@RelativeLayout Free Private Git Repositories =.=

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/68542

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX