* problems cloning the org mode git repo @ 2008-03-18 16:16 Jose Robins 2008-03-18 19:01 ` Tim O'Callaghan 0 siblings, 1 reply; 13+ messages in thread From: Jose Robins @ 2008-03-18 16:16 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 740 bytes --] I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not interpret response from server '<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang /users/jrobins/apps/bin/git-clone: line 474: cd: /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: No such file or directory Warning: Remote HEAD refers to nonexistent ref, unable to checkout. [-- Attachment #1.2: Type: text/html, Size: 1246 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 16:16 problems cloning the org mode git repo Jose Robins @ 2008-03-18 19:01 ` Tim O'Callaghan 2008-03-18 19:48 ` Bernt Hansen 0 siblings, 1 reply; 13+ messages in thread From: Tim O'Callaghan @ 2008-03-18 19:01 UTC (permalink / raw) To: Emacs-orgmode I'm getting the same problem using cygwin git. Tim. On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: > > I tried to get the git repo by cloning and I got the following error. I'm > just getting into git as well... So what am I doing wrong? > > Thanks, > > > > git clone http://repo.or.cz/w/org-mode.git org-repo > Initialized empty Git repository in > /mnt/users/jrobins/src/org-repo/.git/ > error: Could not interpret response from server '<?xml version="1.0" > encoding="utf-8"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang > /users/jrobins/apps/bin/git-clone: line 474: cd: > /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: > No such file or directory > Warning: Remote HEAD refers to nonexistent ref, unable to checkout. > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 19:01 ` Tim O'Callaghan @ 2008-03-18 19:48 ` Bernt Hansen 2008-03-18 19:56 ` Tim O'Callaghan 0 siblings, 1 reply; 13+ messages in thread From: Bernt Hansen @ 2008-03-18 19:48 UTC (permalink / raw) To: Tim O'Callaghan, Jose Robins; +Cc: Emacs-orgmode Try using this URL instead: git://repo.or.cz/org-mode.git as in $ git clone git://repo.or.cz/org-mode.git -Bernt "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > I'm getting the same problem using cygwin git. > > Tim. > > On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: >> >> I tried to get the git repo by cloning and I got the following error. I'm >> just getting into git as well... So what am I doing wrong? >> >> Thanks, >> >> >> >> git clone http://repo.or.cz/w/org-mode.git org-repo >> Initialized empty Git repository in >> /mnt/users/jrobins/src/org-repo/.git/ >> error: Could not interpret response from server '<?xml version="1.0" >> encoding="utf-8"?> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang >> /users/jrobins/apps/bin/git-clone: line 474: cd: >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: >> No such file or directory >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 19:48 ` Bernt Hansen @ 2008-03-18 19:56 ` Tim O'Callaghan 2008-03-18 20:18 ` Bernt Hansen 2008-03-19 12:16 ` Manish 0 siblings, 2 replies; 13+ messages in thread From: Tim O'Callaghan @ 2008-03-18 19:56 UTC (permalink / raw) To: Emacs-orgmode Still broken for me. /tmp>git clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ repo.or.cz[0: 62.24.64.27]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) fetch-pack from 'git://repo.or.cz/org-mode.git' failed. Tim. On 18/03/2008, Bernt Hansen <bernt@norang.ca> wrote: > Try using this URL instead: > > git://repo.or.cz/org-mode.git > > as in > > $ git clone git://repo.or.cz/org-mode.git > > > -Bernt > > > "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > > > I'm getting the same problem using cygwin git. > > > > Tim. > > > > On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: > >> > >> I tried to get the git repo by cloning and I got the following error. I'm > >> just getting into git as well... So what am I doing wrong? > >> > >> Thanks, > >> > >> > >> > >> git clone http://repo.or.cz/w/org-mode.git org-repo > >> Initialized empty Git repository in > >> /mnt/users/jrobins/src/org-repo/.git/ > >> error: Could not interpret response from server '<?xml version="1.0" > >> encoding="utf-8"?> > >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang > >> /users/jrobins/apps/bin/git-clone: line 474: cd: > >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: > >> No such file or directory > >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. > >> > >> _______________________________________________ > >> Emacs-orgmode mailing list > >> Remember: use `Reply All' to send replies to the list. > >> Emacs-orgmode@gnu.org > >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >> > >> > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 19:56 ` Tim O'Callaghan @ 2008-03-18 20:18 ` Bernt Hansen 2008-03-18 21:09 ` Bernt Hansen 2008-03-19 12:16 ` Manish 1 sibling, 1 reply; 13+ messages in thread From: Bernt Hansen @ 2008-03-18 20:18 UTC (permalink / raw) To: Tim O'Callaghan; +Cc: Emacs-orgmode Hmmm maybe you're behind a (corporate) firewall/proxy that prevents connections to the default git port? git clone works fine for me on linux (but that really isn't a great help for your problem -- sorry) I've never tried using git from cygwin. It works for me in msysgit so unless you have a really old version of git it's probably a firewall issue on your network. -Bernt "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > Still broken for me. > > /tmp>git clone git://repo.or.cz/org-mode.git > Initialized empty Git repository in /tmp/org-mode/.git/ > repo.or.cz[0: 62.24.64.27]: errno=Connection timed out > fatal: unable to connect a socket (Connection timed out) > fetch-pack from 'git://repo.or.cz/org-mode.git' failed. > > Tim. > > On 18/03/2008, Bernt Hansen <bernt@norang.ca> wrote: >> Try using this URL instead: >> >> git://repo.or.cz/org-mode.git >> >> as in >> >> $ git clone git://repo.or.cz/org-mode.git >> >> >> -Bernt >> >> >> "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: >> >> > I'm getting the same problem using cygwin git. >> > >> > Tim. >> > >> > On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: >> >> >> >> I tried to get the git repo by cloning and I got the following error. I'm >> >> just getting into git as well... So what am I doing wrong? >> >> >> >> Thanks, >> >> >> >> >> >> >> >> git clone http://repo.or.cz/w/org-mode.git org-repo >> >> Initialized empty Git repository in >> >> /mnt/users/jrobins/src/org-repo/.git/ >> >> error: Could not interpret response from server '<?xml version="1.0" >> >> encoding="utf-8"?> >> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >> >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >> >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang >> >> /users/jrobins/apps/bin/git-clone: line 474: cd: >> >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: >> >> No such file or directory >> >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. >> >> >> >> _______________________________________________ >> >> Emacs-orgmode mailing list >> >> Remember: use `Reply All' to send replies to the list. >> >> Emacs-orgmode@gnu.org >> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> >> >> >> > >> > >> > _______________________________________________ >> > Emacs-orgmode mailing list >> > Remember: use `Reply All' to send replies to the list. >> > Emacs-orgmode@gnu.org >> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 20:18 ` Bernt Hansen @ 2008-03-18 21:09 ` Bernt Hansen 2008-03-20 13:12 ` Detlef Steuer 0 siblings, 1 reply; 13+ messages in thread From: Bernt Hansen @ 2008-03-18 21:09 UTC (permalink / raw) To: Tim O'Callaghan; +Cc: Emacs-orgmode One thing you can try is to verify you can connect to the git port on the remote server. The remote port is 9418 so as long as this outbound port is not blocked you should get a quick response with Connected to rover4.or.cz. bernt@gollum:~/org$ telnet git.or.cz 9418 Trying 62.24.64.27... Connected to rover4.or.cz. Escape character is '^]'. ^] telnet> quit Connection closed. bernt@gollum:~/org$ If it's blocked the Trying 62.24.64.27... will never complete and if you don't interrupted it you eventually get a timeout error. If it works use ctrl-] to get the telnet> prompt and type quit RETURN -Bernt Bernt Hansen <bernt@norang.ca> writes: > Hmmm maybe you're behind a (corporate) firewall/proxy that prevents > connections to the default git port? > > git clone works fine for me on linux (but that really isn't a great help > for your problem -- sorry) > > I've never tried using git from cygwin. It works for me in msysgit so > unless you have a really old version of git it's probably a firewall > issue on your network. > > -Bernt > > > "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > >> Still broken for me. >> >> /tmp>git clone git://repo.or.cz/org-mode.git >> Initialized empty Git repository in /tmp/org-mode/.git/ >> repo.or.cz[0: 62.24.64.27]: errno=Connection timed out >> fatal: unable to connect a socket (Connection timed out) >> fetch-pack from 'git://repo.or.cz/org-mode.git' failed. >> >> Tim. >> >> On 18/03/2008, Bernt Hansen <bernt@norang.ca> wrote: >>> Try using this URL instead: >>> >>> git://repo.or.cz/org-mode.git >>> >>> as in >>> >>> $ git clone git://repo.or.cz/org-mode.git >>> >>> >>> -Bernt >>> >>> >>> "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: >>> >>> > I'm getting the same problem using cygwin git. >>> > >>> > Tim. >>> > >>> > On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: >>> >> >>> >> I tried to get the git repo by cloning and I got the following error. I'm >>> >> just getting into git as well... So what am I doing wrong? >>> >> >>> >> Thanks, >>> >> >>> >> >>> >> >>> >> git clone http://repo.or.cz/w/org-mode.git org-repo >>> >> Initialized empty Git repository in >>> >> /mnt/users/jrobins/src/org-repo/.git/ >>> >> error: Could not interpret response from server '<?xml version="1.0" >>> >> encoding="utf-8"?> >>> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >>> >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >>> >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang >>> >> /users/jrobins/apps/bin/git-clone: line 474: cd: >>> >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: >>> >> No such file or directory >>> >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. >>> >> >>> >> _______________________________________________ >>> >> Emacs-orgmode mailing list >>> >> Remember: use `Reply All' to send replies to the list. >>> >> Emacs-orgmode@gnu.org >>> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >>> >> >>> > >>> > >>> > _______________________________________________ >>> > Emacs-orgmode mailing list >>> > Remember: use `Reply All' to send replies to the list. >>> > Emacs-orgmode@gnu.org >>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 21:09 ` Bernt Hansen @ 2008-03-20 13:12 ` Detlef Steuer 2008-03-20 15:51 ` Bernt Hansen 0 siblings, 1 reply; 13+ messages in thread From: Detlef Steuer @ 2008-03-20 13:12 UTC (permalink / raw) To: emacs-orgmode On Tue, 18 Mar 2008 17:09:48 -0400 Bernt Hansen <bernt@norang.ca> wrote: > One thing you can try is to verify you can connect to the git port on > the remote server. The remote port is 9418 so as long as this outbound > port is not blocked you should get a quick response with Connected to > rover4.or.cz. > > bernt@gollum:~/org$ telnet git.or.cz 9418 > Trying 62.24.64.27... > Connected to rover4.or.cz. > Escape character is '^]'. and exactly here it hangs for me :-( steuer@renner:~> telnet 62.24.64.27 9418 Trying 62.24.64.27... Connected to 62.24.64.27. Escape character is '^]'. That works, but git simply does not work for me. (did before, so no firewall issue) git clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /home/steuer/Softtest/GIT-extern/org-mode/.git/ I did a very long wait, no timeout, nothing happened. detlef > telnet> quit > Connection closed. > bernt@gollum:~/org$ > > If it's blocked the Trying 62.24.64.27... will never complete and if you > don't interrupted it you eventually get a timeout error. > > If it works use ctrl-] to get the telnet> prompt and type quit RETURN > > -Bernt > > > Bernt Hansen <bernt@norang.ca> writes: > > > Hmmm maybe you're behind a (corporate) firewall/proxy that prevents > > connections to the default git port? > > > > git clone works fine for me on linux (but that really isn't a great help > > for your problem -- sorry) > > > > I've never tried using git from cygwin. It works for me in msysgit so > > unless you have a really old version of git it's probably a firewall > > issue on your network. > > > > -Bernt > > > > > > "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > > > >> Still broken for me. > >> > >> /tmp>git clone git://repo.or.cz/org-mode.git > >> Initialized empty Git repository in /tmp/org-mode/.git/ > >> repo.or.cz[0: 62.24.64.27]: errno=Connection timed out > >> fatal: unable to connect a socket (Connection timed out) > >> fetch-pack from 'git://repo.or.cz/org-mode.git' failed. > >> > >> Tim. > >> > >> On 18/03/2008, Bernt Hansen <bernt@norang.ca> wrote: > >>> Try using this URL instead: > >>> > >>> git://repo.or.cz/org-mode.git > >>> > >>> as in > >>> > >>> $ git clone git://repo.or.cz/org-mode.git > >>> > >>> > >>> -Bernt > >>> > >>> > >>> "Tim O'Callaghan" <tim.ocallaghan@gmail.com> writes: > >>> > >>> > I'm getting the same problem using cygwin git. > >>> > > >>> > Tim. > >>> > > >>> > On 18/03/2008, Jose Robins <jorobins@yahoo.com> wrote: > >>> >> > >>> >> I tried to get the git repo by cloning and I got the following error. I'm > >>> >> just getting into git as well... So what am I doing wrong? > >>> >> > >>> >> Thanks, > >>> >> > >>> >> > >>> >> > >>> >> git clone http://repo.or.cz/w/org-mode.git org-repo > >>> >> Initialized empty Git repository in > >>> >> /mnt/users/jrobins/src/org-repo/.git/ > >>> >> error: Could not interpret response from server '<?xml version="1.0" > >>> >> encoding="utf-8"?> > >>> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > >>> >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > >>> >> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang > >>> >> /users/jrobins/apps/bin/git-clone: line 474: cd: > >>> >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: > >>> >> No such file or directory > >>> >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. > >>> >> > >>> >> _______________________________________________ > >>> >> Emacs-orgmode mailing list > >>> >> Remember: use `Reply All' to send replies to the list. > >>> >> Emacs-orgmode@gnu.org > >>> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >>> >> > >>> >> > >>> > > >>> > > >>> > _______________________________________________ > >>> > Emacs-orgmode mailing list > >>> > Remember: use `Reply All' to send replies to the list. > >>> > Emacs-orgmode@gnu.org > >>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >>> > >> > >> > >> _______________________________________________ > >> Emacs-orgmode mailing list > >> Remember: use `Reply All' to send replies to the list. > >> Emacs-orgmode@gnu.org > >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-20 13:12 ` Detlef Steuer @ 2008-03-20 15:51 ` Bernt Hansen 0 siblings, 0 replies; 13+ messages in thread From: Bernt Hansen @ 2008-03-20 15:51 UTC (permalink / raw) To: emacs-orgmode Detlef Steuer <steuer@unibwh.de> writes: > On Tue, 18 Mar 2008 17:09:48 -0400 > Bernt Hansen <bernt@norang.ca> wrote: > >> One thing you can try is to verify you can connect to the git port on >> the remote server. The remote port is 9418 so as long as this outbound >> port is not blocked you should get a quick response with Connected to >> rover4.or.cz. >> >> bernt@gollum:~/org$ telnet git.or.cz 9418 >> Trying 62.24.64.27... >> Connected to rover4.or.cz. >> Escape character is '^]'. > > > and exactly here it hangs for me :-( It's connected and waiting for input. It's not hung. You need to hit ctrl-] to get the telnet prompt and then type quit to close the connection. > steuer@renner:~> telnet 62.24.64.27 9418 > Trying 62.24.64.27... > Connected to 62.24.64.27. > Escape character is '^]'. > > > That works, but git simply does not work for me. > (did before, so no firewall issue) > git clone git://repo.or.cz/org-mode.git > Initialized empty Git repository > in /home/steuer/Softtest/GIT-extern/org-mode/.git/ > > > I did a very long wait, no timeout, nothing happened. It worked before? Maybe there's a network issue or the remote server is down for maintenance or something. I would just try it again I think. On linux using the exact command you specified the clone finishes in 33 seconds for me. bernt@gollum:/tmp$ time git clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ remote: Counting objects: 2293, done. remote: Compressing objects: 100% (778/778), done. remote: Total 2293 (delta 1507), reused 2293 (delta 1507) Receiving objects: 100% (2293/2293), 25.68 MiB | 1027 KiB/s, done. Resolving deltas: 100% (1507/1507), done. real 0m32.970s user 0m4.500s sys 0m1.024s bernt@gollum:/tmp$ I'm using a hot-off-the-press development version bernt@gollum:/tmp$ git --version git version 1.5.5.rc0.6.gdeda but any version post 1.5.3 should work fine I think. -Bernt ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: problems cloning the org mode git repo 2008-03-18 19:56 ` Tim O'Callaghan 2008-03-18 20:18 ` Bernt Hansen @ 2008-03-19 12:16 ` Manish 2008-03-19 12:52 ` Tim O'Callaghan 1 sibling, 1 reply; 13+ messages in thread From: Manish @ 2008-03-19 12:16 UTC (permalink / raw) To: Tim O'Callaghan; +Cc: Emacs-orgmode On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > Still broken for me. > > /tmp>git clone git://repo.or.cz/org-mode.git > Initialized empty Git repository in /tmp/org-mode/.git/ > repo.or.cz[0: 62.24.64.27]: errno=Connection timed out > fatal: unable to connect a socket (Connection timed out) > fetch-pack from 'git://repo.or.cz/org-mode.git' failed. > > Tim. > lappy:~/elisp/org-mode $ uname -a CYGWIN_NT-5.1 326001553L 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin lappy:~/elisp/org-mode $ date Wed Mar 19 17:43:15 IST 2008 lappy:~/elisp/org-mode $ git pull remote: Counting objects: 51, done. remote: Compressing objecremote: ts: 100% (20/20), done. remote: Total 43 (delta 26), reused 40 (delta 23) Unpacking objects: 100% (43/43), done. From git://repo.or.cz/org-mode 96e02e3..07ced08 master -> origin/master Updating 96e02e3..07ced08 Fast forward ChangeLog | 52 + Makefile | 3 +- ORGWEBPAGE/tmp/faq.html | 663 ------------- ORGWEBPAGE/tmp/index.html | 420 -------- ORGWEBPAGE/tmp/qanda.html | 449 --------- ORGWEBPAGE/tmp/survey.html | 2169 ----------------------------------------- ORGWEBPAGE/tmp/todo.html | 965 ------------------ ORGWEBPAGE/tmp/tutorials.html | 21 - org-bbdb.el | 94 ++ org-gnus.el | 127 +++ org-info.el | 79 ++ org-mhe.el | 211 ++++ org-rmail.el | 107 ++ org-vm.el | 129 +++ org-wl.el | 117 +++ org.el | 598 ++---------- 16 files changed, 1003 insertions(+), 5201 deletions(-) delete mode 100644 ORGWEBPAGE/tmp/faq.html delete mode 100644 ORGWEBPAGE/tmp/index.html delete mode 100644 ORGWEBPAGE/tmp/qanda.html delete mode 100644 ORGWEBPAGE/tmp/survey.html delete mode 100644 ORGWEBPAGE/tmp/todo.html delete mode 100644 ORGWEBPAGE/tmp/tutorials.html create mode 100644 org-bbdb.el create mode 100644 org-gnus.el create mode 100644 org-info.el create mode 100644 org-mhe.el create mode 100644 org-rmail.el create mode 100644 org-vm.el create mode 100644 org-wl.el lappy:~/elisp/org-mode $ make emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" -f batch-byte-compile org.el In end of data: org.el:28646:1:Warning: the following functions might not be defined at runtime: calendar-forward-day, parse-time-string, calendar-goto-date, calendar-goto-today, calendar-iso-date-string, calendar-julian-date-string, calendar-astro-date-string, calendar-hebrew-date-string, calendar-islamic-date-string, calendar-french-date-string, calendar-bahai-date-string, calendar-mayan-date-string, calendar-coptic-date-string, calendar-ethiopic-date-string, calendar-persian-date-string, calendar-chinese-date-string org.el:28646:1:Warning: the following functions are not known to be defined: add-local-hook, table--at-cell-p, dired-get-filename, mouse-set-point, org-gnus-follow-link, bibtex-generate-autokey, bibtex-beginning-of-entry, bibtex-parse-entry, bibtex-url, remember-finalize, remember, remember-buffer-desc, add-to-diary-list, cdlatex-tab, clear-image-cache, org-export-latex-cleaned-string, speedbar-line-directory Wrote /home/zms/elisp/org-mode/org.elc emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" -f batch-byte-compile org-bbdb.el In end of data: org-bbdb.el:95:1:Warning: the following functions are not known to be defined: bbdb-record-name, bbdb-current-record, bbdb-record-getprop, bbdb-name, bbdb-company, bbdb [ snipped lots of compile lines] Generating autoloads for org-wl.el...done Generating autoloads for org-install.el... Generating autoloads for org-install.el...done Wrote /home/zms/elisp/org-mode/org-install.el emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" -f batch-byte-compile org-install.el Wrote /home/zms/elisp/org-mode/org-install.elc Everything seems fine here. -- Manish ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: problems cloning the org mode git repo 2008-03-19 12:16 ` Manish @ 2008-03-19 12:52 ` Tim O'Callaghan 0 siblings, 0 replies; 13+ messages in thread From: Tim O'Callaghan @ 2008-03-19 12:52 UTC (permalink / raw) To: org-mode mailing list Tried it at home. seems to be an issue with the corporate firewall. Tim. On 19/03/2008, Manish <mailtomanish.sharma@gmail.com> wrote: > On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > > Still broken for me. > > > > /tmp>git clone git://repo.or.cz/org-mode.git > > Initialized empty Git repository in /tmp/org-mode/.git/ > > repo.or.cz[0: 62.24.64.27]: errno=Connection timed out > > fatal: unable to connect a socket (Connection timed out) > > fetch-pack from 'git://repo.or.cz/org-mode.git' failed. > > > > Tim. > > > > > lappy:~/elisp/org-mode $ uname -a > CYGWIN_NT-5.1 326001553L 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin > > lappy:~/elisp/org-mode $ date > Wed Mar 19 17:43:15 IST 2008 > > lappy:~/elisp/org-mode $ git pull > remote: Counting objects: 51, done. > remote: Compressing objecremote: ts: 100% (20/20), done. > remote: Total 43 (delta 26), reused 40 (delta 23) > Unpacking objects: 100% (43/43), done. > From git://repo.or.cz/org-mode > 96e02e3..07ced08 master -> origin/master > Updating 96e02e3..07ced08 > Fast forward > ChangeLog | 52 + > Makefile | 3 +- > ORGWEBPAGE/tmp/faq.html | 663 ------------- > ORGWEBPAGE/tmp/index.html | 420 -------- > ORGWEBPAGE/tmp/qanda.html | 449 --------- > ORGWEBPAGE/tmp/survey.html | 2169 ----------------------------------------- > ORGWEBPAGE/tmp/todo.html | 965 ------------------ > ORGWEBPAGE/tmp/tutorials.html | 21 - > org-bbdb.el | 94 ++ > org-gnus.el | 127 +++ > org-info.el | 79 ++ > org-mhe.el | 211 ++++ > org-rmail.el | 107 ++ > org-vm.el | 129 +++ > org-wl.el | 117 +++ > org.el | 598 ++---------- > 16 files changed, 1003 insertions(+), 5201 deletions(-) > delete mode 100644 ORGWEBPAGE/tmp/faq.html > delete mode 100644 ORGWEBPAGE/tmp/index.html > delete mode 100644 ORGWEBPAGE/tmp/qanda.html > delete mode 100644 ORGWEBPAGE/tmp/survey.html > delete mode 100644 ORGWEBPAGE/tmp/todo.html > delete mode 100644 ORGWEBPAGE/tmp/tutorials.html > create mode 100644 org-bbdb.el > create mode 100644 org-gnus.el > create mode 100644 org-info.el > create mode 100644 org-mhe.el > create mode 100644 org-rmail.el > create mode 100644 org-vm.el > create mode 100644 org-wl.el > > lappy:~/elisp/org-mode $ make > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org.el > > In end of data: > org.el:28646:1:Warning: the following functions might not be defined at > runtime: calendar-forward-day, parse-time-string, calendar-goto-date, > calendar-goto-today, calendar-iso-date-string, > calendar-julian-date-string, calendar-astro-date-string, > calendar-hebrew-date-string, calendar-islamic-date-string, > calendar-french-date-string, calendar-bahai-date-string, > calendar-mayan-date-string, calendar-coptic-date-string, > calendar-ethiopic-date-string, calendar-persian-date-string, > calendar-chinese-date-string > org.el:28646:1:Warning: the following functions are not known to be defined: > add-local-hook, table--at-cell-p, dired-get-filename, mouse-set-point, > org-gnus-follow-link, bibtex-generate-autokey, bibtex-beginning-of-entry, > bibtex-parse-entry, bibtex-url, remember-finalize, remember, > remember-buffer-desc, add-to-diary-list, cdlatex-tab, clear-image-cache, > org-export-latex-cleaned-string, speedbar-line-directory > Wrote /home/zms/elisp/org-mode/org.elc > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org-bbdb.el > > In end of data: > org-bbdb.el:95:1:Warning: the following functions are not known to be defined: > bbdb-record-name, bbdb-current-record, bbdb-record-getprop, bbdb-name, > bbdb-company, bbdb > > [ snipped lots of compile lines] > > Generating autoloads for org-wl.el...done > Generating autoloads for org-install.el... > Generating autoloads for org-install.el...done > Wrote /home/zms/elisp/org-mode/org-install.el > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org-install.el > Wrote /home/zms/elisp/org-mode/org-install.elc > > Everything seems fine here. > > > -- Manish > ^ permalink raw reply [flat|nested] 13+ messages in thread
* problems cloning the org mode git repo @ 2008-03-18 20:00 Jose Robins 2008-03-19 5:24 ` Sivaram Neelakantan 2008-03-20 17:57 ` Jose Robins 0 siblings, 2 replies; 13+ messages in thread From: Jose Robins @ 2008-03-18 20:00 UTC (permalink / raw) To: emacs-orgmode I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not interpret response from server '<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang /users/jrobins/apps/bin/git-clone: line 474: cd: /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: No such file or directory Warning: Remote HEAD refers to nonexistent ref, unable to checkout. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 20:00 Jose Robins @ 2008-03-19 5:24 ` Sivaram Neelakantan 2008-03-20 17:57 ` Jose Robins 1 sibling, 0 replies; 13+ messages in thread From: Sivaram Neelakantan @ 2008-03-19 5:24 UTC (permalink / raw) To: emacs-orgmode Jose Robins <wulfhomme13-rook@yahoo.com> writes: > I tried to get the git repo by cloning and I got the following error. > I'm just getting into git as well... So what am I doing wrong? > > Thanks, [...] I don't have a problem using git compiled on cygwin. I just did it yesterday and today I updated the repository. No issues here. So, as suggested earlier, please check the port and the firewall settings. I get a firewall popup window that warns everytime git connects, so do check, please. $ git pull remote: Counting objects: 17, done. remote: Compressing objects: 100% (10/10), done. remote: Total 12 (delta 6), reused 8 (delta 2) Unpacking objects: 100% (12/12), done. From git://repo.or.cz/org-mode 9b661dd..07ced08 master -> origin/master Updating 9b661dd..07ced08 Makefile: needs update Fast forward ChangeLog | 15 + ORGWEBPAGE/tmp/faq.html | 663 ------------- ORGWEBPAGE/tmp/index.html | 420 -------- ORGWEBPAGE/tmp/qanda.html | 449 --------- ORGWEBPAGE/tmp/survey.html | 2169 ----------------------------------------- ORGWEBPAGE/tmp/todo.html | 965 ------------------ ORGWEBPAGE/tmp/tutorials.html | 21 - org.el | 27 +- 8 files changed, 33 insertions(+), 4696 deletions(-) delete mode 100644 ORGWEBPAGE/tmp/faq.html delete mode 100644 ORGWEBPAGE/tmp/index.html delete mode 100644 ORGWEBPAGE/tmp/qanda.html delete mode 100644 ORGWEBPAGE/tmp/survey.html delete mode 100644 ORGWEBPAGE/tmp/todo.html delete mode 100644 ORGWEBPAGE/tmp/tutorials.html $ sivaram -- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: problems cloning the org mode git repo 2008-03-18 20:00 Jose Robins 2008-03-19 5:24 ` Sivaram Neelakantan @ 2008-03-20 17:57 ` Jose Robins 1 sibling, 0 replies; 13+ messages in thread From: Jose Robins @ 2008-03-20 17:57 UTC (permalink / raw) Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 1198 bytes --] for any others, the problem was solved by doing the following ... git clone git://repo.or.cz/org-mode.git I replaced the string "http" with "git" I removed the "/w" part in the path... Jose Robins wrote: > I tried to get the git repo by cloning and I got the following error. > I'm just getting into git as well... So what am I doing wrong? > > Thanks, > > > > git clone http://repo.or.cz/w/org-mode.git org-repo > Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ > error: Could not interpret response from server '<?xml version="1.0" > encoding="utf-8"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang > /users/jrobins/apps/bin/git-clone: line 474: cd: > /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: No such file > or directory > Warning: Remote HEAD refers to nonexistent ref, unable to checkout. > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > [-- Attachment #1.2: Type: text/html, Size: 2146 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-03-20 17:57 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-03-18 16:16 problems cloning the org mode git repo Jose Robins 2008-03-18 19:01 ` Tim O'Callaghan 2008-03-18 19:48 ` Bernt Hansen 2008-03-18 19:56 ` Tim O'Callaghan 2008-03-18 20:18 ` Bernt Hansen 2008-03-18 21:09 ` Bernt Hansen 2008-03-20 13:12 ` Detlef Steuer 2008-03-20 15:51 ` Bernt Hansen 2008-03-19 12:16 ` Manish 2008-03-19 12:52 ` Tim O'Callaghan -- strict thread matches above, loose matches on Subject: below -- 2008-03-18 20:00 Jose Robins 2008-03-19 5:24 ` Sivaram Neelakantan 2008-03-20 17:57 ` Jose Robins
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).