Summary: | git-r3.eclass - add proxy support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Przemysław Borkowski <xperience> |
Component: | Eclasses | Assignee: | Michał Górny <mgorny> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | Keywords: | NeedPatch |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=406639 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Przemysław Borkowski
2014-04-30 07:59:23 UTC
Looks like bug #406639 but I can't tell if anything changed in two years time. Yep it looks similar, but for now I can use git through proxy, but when I run it through command line. I have configured proxy in git via: git config --global http.proxy 'socks://127.0.0.1:8080/' Works realy nice, but when I try to run emerge -9999 package it looks like it doesn't honour global git settings at all. Would appreciate any suggestions on how to solve this. |