English 中文(简体)
我怎样才能恢复我的清扫地。
原标题:How could I recover my git-daemon repositories

我有一个老板的吉苏奇装置,现在很显然,它没有回来。 我想从存放处收回(主要是维基的重新拥有)。 我不想重复建立吉 Git主义的漫长而痛苦的进程,而只是要让一些维基人撤出......事实上,我很想很快清理旧的装置(去除)。 虽然它正在运行,但它是一件难事!

我仍然拥有一个庞大的数据库,因此我知道我想要哪一部分文件,以及什么地方找到这些文件。

I was attempting to setup git-daemon (I m on a Linux (ubuntu) setup), but I am not having much luck. I was hopeful that maybe I could just copy the foo.git file somewhere and clone it.

目前,我的.git档案有用户盒。 但我不敢肯定如何做到这一点。

I have git daemon running, but it hangs up unexpectedly if I try to connect via localhost , all the repos also have my export-ok file in them too. I can connect accross my LAN and clone any other git initialized directory via ssh, could that help me?

我能否仅复制 f(更像1 f13f9ed412591ce72f7b3cb793605e93ce.git)档案,以便可能成为一种诱发的背书并在那里工作? 是否有特惠工具,我可以用来扩大.。 “设计”——我确信Gite是正确的工具?

最佳回答

The .git is a folder and not a file and git repos are lightweight in that it is just files and folders. You can copy your repo to wherever you want.

Since you said localhost, if you want you can even clone the repos with git clone /path/to/repo.git and work on the cloned repo. You do not need the daemon or anything else to be running.

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签