Last active
August 13, 2016 20:28
-
-
Save yoander/59e2d7696864c9cd178935564faec694 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[http] | |
proxy = http://user:pwd@proxy-url:proxy-port | |
# Useful if your proxy only allows known user agent | |
useragent = Mozilla/4.0 | |
# Uncomment bellow line if your Repo provider provides | |
# a non root certificate for example a self generated | |
# certificate but be cautios your source must be a | |
# trusted source | |
# sslVerify = false | |
# This save your Repo credentials on ~/.git-credentials | |
# and avoid to type them over and over | |
[credential] | |
helper = store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[http] | |
proxy = http://user:pwd@proxy-url:proxy-port | |
# Útil si el proxy solo acepta user agent conocidos | |
useragent = Mozilla/4.0 | |
# Descomente la línea si su proveedor del Repo provee | |
# un certificado no root por ejemplo un certificado autogenerado | |
# pero sea cuidadoso la fuente deber ser confiable | |
# sslVerify = false | |
# Esta opción salva sus credenciales del Repo en ~/.git-credentials | |
# y evita tener que teclearla una y otra vez | |
[credential] | |
helper = store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
url = https://github.com/yoander/sysadmin.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
proxy = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
url = https://github.com/yoander/sysadmin.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
proxy = http://user:pwd@proxy-url:proxy-port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment