mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00

We moved this when we switched to using a specific user account. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
12 lines
404 B
INI
12 lines
404 B
INI
# This .gitconfig file resides in /home/layers/ in the "layersapp" container
|
|
# add any settings you'd like to have in there, such as proxy servers
|
|
[http]
|
|
#proxy = http://your.proxy.server:port
|
|
[https]
|
|
#proxy = https://your.proxy.server:port
|
|
[core]
|
|
# Optional: uncomment this line if you want to use a proxy script
|
|
#gitproxy = /opt/bin/git-proxy
|
|
[socks]
|
|
#proxy = your.socks.proxy:port
|