bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Install problem on Mac OS


From: Lu Hongchao
Subject: Re: [bug-inetutils] Install problem on Mac OS
Date: Thu, 16 Jun 2011 10:33:26 +0800

Still a error as follow.

% git pull
Bad owner or permissions on /Users/lhc/.ssh/config
fatal: The remote end hung up unexpectedly
% ll ~/.ssh/config
-rwxrwxrwx  1 lhc  lhc  873  2 12  2010 /Users/lhc/.ssh/config
% cat ./git/config
[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = "" href="http://git.gnu.org/inetutils.git">git.gnu.org/inetutils.git
[branch "master"]
    remote = origin
    merge = refs/heads/master



On Thu, Jun 16, 2011 at 2:03 AM, Alfred M. Szmidt <address@hidden> wrote:
  I chmod the known_hosts. However there is still an error.  ~ Hongchao

  % git pull
  Permission denied (publickey).
  fatal: The remote end hung up unexpectedly

Oh, I think I know what might be wrong! In inetutils/.git/config
replace the line:

  url = "" href="http://git.gnu.org/srv/git/inetutils.git" target="_blank">git.gnu.org/srv/git/inetutils.git

with

  url = "" href="http://git.gnu.org/inetutils.git" target="_blank">git.gnu.org/inetutils.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]