| View previous topic :: View next topic |
| Author |
Message |
vlynd n00b

Joined: 23 Jan 2012 Posts: 23
|
Posted: Mon May 07, 2012 3:22 pm Post subject: DNS-Problems with git and https |
|
|
Hi Folks,
I got this strange Problem with git and cloning https-Repositories.
Example with github and https://:
| Code: |
$ git clone https://github.com/rain0r/exaile-shuffle-collection.git
Cloning into 'exaile-shuffle-collection'...
error: Could not resolve host: github.com (Timeout while contacting DNS servers) while accessing https://github.com/rain0r/exaile-shuffle-collection.git/info/refs
|
On the other hand, cloning with git:// works fine:
| Code: |
$ git clone git://github.com/rain0r/exaile-shuffle-collection.git
Cloning into 'exaile-shuffle-collection'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (5/5), done.
Receiving objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 7 (delta 0)
|
My git configuration:
| Code: |
[ebuild R ] dev-vcs/git-1.7.8.6 USE="blksha1 curl iconv perl python threads -cgi -cvs -doc -emacs -gtk (-ppcsha1) -subversion -tk -webdav -xinetd"
|
How does this come? |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Mon May 07, 2012 5:36 pm Post subject: |
|
|
Enable WebDAV use flag. _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
vlynd n00b

Joined: 23 Jan 2012 Posts: 23
|
Posted: Mon May 07, 2012 6:59 pm Post subject: |
|
|
Unfortunately, enabling the webdav useflag didnt got it right.  |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Tue May 08, 2012 9:35 am Post subject: |
|
|
It's working fine here, but I'm using stable x86 (1.7.3.4). _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
vlynd n00b

Joined: 23 Jan 2012 Posts: 23
|
Posted: Tue May 08, 2012 10:36 am Post subject: |
|
|
I tried it now with that version:
| Code: |
[ebuild R ] dev-vcs/git-1.7.3.4-r1 USE="blksha1 cgi curl cvs iconv perl threads webdav -bash-completion -doc -emacs -gtk (-ppcsha1) -subversion -tk -xinetd"
|
but keep getting the same error  |
|
| Back to top |
|
 |
vlynd n00b

Joined: 23 Jan 2012 Posts: 23
|
Posted: Tue May 08, 2012 5:30 pm Post subject: |
|
|
When I am executing git clone on an https repository I get this message in dmesg:
| Code: |
Call Trace:
[<c144c6a5>] ? printk+0x18/0x1a
[<c107c288>] __rcu_pending+0x178/0x370
[<c107c9fe>] rcu_check_callbacks+0x10e/0x130
[<c1033788>] update_process_times+0x38/0x70
[<c105f795>] tick_periodic+0x25/0x80
[<c105f859>] tick_handle_periodic+0x19/0x80
[<c101b01f>] smp_apic_timer_interrupt+0x4f/0x90
[<c144f346>] apic_timer_interrupt+0x2a/0x30
[<c104007b>] ? posix_timer_fn+0x9b/0xa0
[<c1258d31>] ? acpi_idle_enter_bm+0x233/0x26f
[<c135fdee>] cpuidle_idle_call+0x7e/0xd0
[<c1001795>] cpu_idle+0x55/0xa0
[<c1448c9c>] start_secondary+0x1c9/0x1cf
|
|
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Wed May 09, 2012 5:51 am Post subject: |
|
|
Try "GIT_TRACE=1 git clone URL". Also remerge net-misc/curl, dev-libs/expat and git. _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
|