[vine-users:082346] git で push 出来ません
tanpoko
tanpoko2002 @ gmail.com
2013年 6月 22日 (土) 18:05:57 JST
中司と申します。
git 環境のテストを開始したのですが、
クライアントから git で push 出来ません。
何かの許可が足りない様なのですが分かりません。
環境:
サーバ: VineLinux (6.1)
クライアント: Windows7
(1) vine にてgitリポジトリを作成
(2) vine にて公開用リポジトリを作成
$> git colne --bare ~/git_test/myproject myproject
(3) Windows7 より取得
$> git colne git://192.168.100.11/myproject
(4) vine にてアップを許可(したつもりです)
$> git config daemon.uploadarch true
$> git config daemon.receivepack true
(5) Windows7 にて push
$ git push
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
(5) その時のvine のログ
Jun 22 18:00:58 insVine git-daemon[5662]: Extended attributes (21 bytes) exist <host=192.168.100.11>
Jun 22 18:00:58 insVine git-daemon[5662]: Request receive-pack for '/myproject.git'
Jun 22 18:00:58 insVine git-daemon[5662]: '/pub/home2/git/myproject.git' does not appear to be a git repository
いかが config の中身です
[core]
repositoryformatversion = 0
filemode = true
bare = true
[remote "origin"]
url = /home/master/git_test/myproject
[daemon]
uploadarch = true
receivepack = true
--
tanpoko <tanpoko2002 @ gmail.com>
vine-users メーリングリストの案内