fatal: The remote end hung up unexpectedly

2009-03-05 Thread Roman Byshko
Hi,

just tried to download the source code and the following error occured:

va...@mosja:~/hacker git clone ssh://midnight-commander.org:/git/mc.git
Initialized empty Git repository in /home/vasja/hacker/mc/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

That's the problem with your server or something wrong on my side?

Best regards,

Roman
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: fatal: The remote end hung up unexpectedly

2009-03-05 Thread David Sterba

hi,


va...@mosja:~/hacker git clone ssh://midnight-commander.org:/git/mc.git


use 'git clone git://midnight-commander.org/git/mc.git'
(hey it's written on the first page of www.m-c.org! :)

if you have ssh access to mc.org, use
git clone ssh+git://...

hth,
dave
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


mc randomly segfaults after opening a file to edit

2009-03-05 Thread Frédéric L . W . Meunier
Is this a bug ? It happens sometimes after closing a file I opened to 
edit. I don't need to change its contents to make it happen.


This is with latest CVS (not git).

Program terminated with signal 11, Segmentation fault.
[New process 20418]
#0  0x08075a23 in midnight_callback (h=0x80fb640, msg=DLG_KEY, parm=260)
at /usr/local/src/links/mc/src/main.c:1532
1532} else if (!command_prompt || !cmdline-buffer[0]) {
(gdb) where
#0  0x08075a23 in midnight_callback (h=0x80fb640, msg=DLG_KEY, parm=260)
at /usr/local/src/links/mc/src/main.c:1532
#1  0x0805fc9b in dlg_process_event (h=0x80fb640, key=260, event=0xbffa7100)
at /usr/local/src/links/mc/src/dialog.c:649
#2  0x080600dd in run_dlg (h=0x80fb640)
at /usr/local/src/links/mc/src/dialog.c:786
#3  0x080740a8 in do_nc () at /usr/local/src/links/mc/src/main.c:1672
#4  0x08074ab5 in main (argc=Cannot access memory at address 0x1) at 
/usr/local/src/links/mc/src/main.c:2268

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel