Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2010-10-03 [長年日記]
_ git clone に失敗する件についての続き
git clone に失敗する件についての続き、下記の
$ aptitude show git-core
パッケージ: git-core
状態: インストール済み
自動的にインストールされた: no
バージョン: 1:1.5.6.5-3+lenny3.2
優先度: 任意
セクション: devel
メンテナ: Gerrit Pape
展開サイズ: 6664k
依存: libc6 (>= 2.7-1), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), zlib1g (>= 1:1.2.0), perl-modules, liberror-perl,
libdigest-sha1-perl
推奨: patch, less, rsync, ssh-client
提案: git-doc, git-arch, git-cvs, git-svn, git-email, git-daemon-run, git-gui, gitk, gitweb
競合: git (< 4.3.20-11), git-completion, qgit (< 1.5.5)
置換: cogito (< 0.16rc2-0), git-completion
提供: git-completion
提供元: git
説明: fast, scalable, distributed revision control system
Git is popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a central server.
.
This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and
revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages.
.
タグ: devel::rcs, implemented-in::c, implemented-in::perl, implemented-in::shell, interface::commandline, network::client, role::program,
works-with::file, works-with::software:source
にしたら、
$ ls -la /usr/share/git-core/templates/hooks/ 合計 52 drwxr-xr-x 2 root root 4096 2010-09-29 23:57 . drwxr-xr-x 5 root root 4096 2010-09-29 23:57 .. -rw-r--r-- 1 root root 441 2008-08-07 08:38 applypatch-msg -rw-r--r-- 1 root root 887 2008-08-07 08:38 commit-msg -rw-r--r-- 1 root root 152 2008-08-07 08:38 post-commit -rw-r--r-- 1 root root 510 2008-08-07 08:38 post-receive -rw-r--r-- 1 root root 207 2008-08-07 08:38 post-update -rw-r--r-- 1 root root 387 2008-08-07 08:38 pre-applypatch -rw-r--r-- 1 root root 1706 2008-08-07 08:38 pre-commit -rw-r--r-- 1 root root 4262 2008-08-07 08:38 pre-rebase -rw-r--r-- 1 root root 1196 2008-08-07 08:38 prepare-commit-msg -rw-r--r-- 1 root root 2910 2008-08-07 08:38 updateのように直ってます。ということで、rootグループから、ユーザをぬいときました。
[ツッコミを入れる]