git を Mac OS X (10.4.11) にインストール
こちらのページを参考にさせていただきながら、Mac に git をインストールしました。そのページにありました git-osx-installer は Leopard (Mac OS X 10.5) では対応しているみたいなのですが、Tiger (Mac OS X 10.4) では対応していないみたいでしたので、私も make 使ってインストールしました。
# curl -O http://www.kernel.org/pub/software/scm/git/git-1.6.0.tar.gz
# tar zxvf git-1.6.0.tar.gz
# cd git-1.6.0
# ./configure
# make prefix=/usr/local all
# sudo make prefix=/usr/local install
# git --version
git version 1.6.0
これから git について試してみたいと思います。
@msng さんありがとうございました。
seealso:
looks like you don't have permissions in all the diticrorees in you app. Either .git/ is owned by someone else or the permissions are too strict for your user.sudo chown -R your_user:your_group /your_projectorsudo chmod -R 744 /your_projectYou may need different permissions than 744, if you don't want everyone to have read access to that dir.
Posted by: Emi | 08 June 2012 at 12:07 PM
我在我的 ubuntu 11.10 上运行 ./main 的结果是:Traceback (most recnet call last): File main , line 70, in startSoftwareCenter() File main , line 63, in startSoftwareCenter s.sendto( show , SOCKET_SOFTWARECENTER_ADDRESS) File /usr/lib/python2.7/socket.py , line 170, in _dummy raise error(EBADF, Bad file descriptor')socket.error: [Errno 9] Bad file descriptor(commandProxy.py:3392): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap ,(commandProxy.py:3392): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap ,(commandProxy.py:3392): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap ,(commandProxy.py:3392): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap ,* Command proxy listen 没有打开任何新的窗口。。。我是通过 git clone git://github.com/manateelazycat/deepin-software-center.git 下到的源码。。刚刚下载的。。lsb_release -a 的结果如下:No LSB modules are available.Distributor ID:UbuntuDescription:Ubuntu 11.10Release:11.10Codename:oneiricps.看着深度软件中心,感觉很有爱~
Posted by: Aksha | 08 June 2012 at 11:33 PM
Asking qսestions are in fact good thing if you аre not understanding something totally, except this post offers pleɑsant underѕtanding even.
Posted by: stripclub las vegas | 17 May 2014 at 10:39 AM