Questions tagged «git»

Git是一个以速度为重点的分布式修订控制系统。

2
Ubuntu 12.04 Gitosis不再可用
我有一个使用gitosis运行git服务器的Ubuntu 11.10机器,安装如下:https://help.ubuntu.com/community/Git 我只是尝试将升级到12.04 do-release-upgrade,并且删除了gitosis软件包,并且不再在中使用它apt-get。这是我第一次发生这种情况,因此我不确定如何进行。 幸运的是,该盒子已经虚拟化了,我恢复了备份,因此没有造成任何伤害。但是,我仍然想升级并保持gitosis的安装。推荐的进行方式是什么?
8 12.04  git  gitosis 

1
在Ubuntu One上存储git repo是否有意义?
我正在做一个小型项目,主要是在家中,但是我希望能够从多台机器访问我的git repo,所有这些机器都已连接到Ubuntu One。 您认为我可以安全地将回购存储在U1中并从那里工作吗,还是会给我带来麻烦?
8 10.10  ubuntu-one  git 

1
Git-URL似乎不是git存储库
我刚开始使用Git,现在遇到了问题。 我有一个生产服务器和一个本地开发存储库。我的本地master分支上的所有文件都应该在生产服务器上。因此,在master分支上的每次更改之后,我都会推送到生产服务器。第一次,应明显推送所有文件。 我在服务器上创建了一个存储库,并收到了此消息Initialized empty Git repository in /var/www/my_really_cool_project/.git/。然后,我将远程计算机添加到了本地计算机上,但是每当按下它log时'181.910.139.164/var/wwww/my_really_cool_project/.git' does not appear to be a git repository。我可能在URL中犯了一个错误,但我不知道问题出在哪里。通过SSH的连接通过端口4938进行。 有人能告诉我这里是什么问题吗?我真的很坚持。 这是输出git remote show origin: fatal: '181.910.139.164/var/wwww/my_really_cool_project/.git' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository …
2 git 

1
无法删除.git目录
我尝试运行,sudo rm -rf .git/但终端返回以下消息: rm: cannot remove ‘.git/objects/pack/pack-3818f69fa7bd64ef22c94c0bf630c18333cd5da9.idx’: Operation not permitted rm: cannot remove ‘.git/objects/pack/pack-3818f69fa7bd64ef22c94c0bf630c18333cd5da9.pack’: Operation not permitted 另外,我尝试运行chattr -i filename,但它也返回错误: chattr: Inappropriate ioctl for device while reading flags on .git/objects/pack/pack-3818f69fa7bd64ef22c94c0bf630c18333cd5da9.idx
1 ssh  git  rm 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.