*initify now automatically disables sslVerify for the repo
This commit is contained in:
parent
c8cda38476
commit
d84e504586
2
zshrc
2
zshrc
@ -134,6 +134,7 @@ function cinitify(){
|
|||||||
git remote add oOrigin git@10.0.1.200:$1/$2.git
|
git remote add oOrigin git@10.0.1.200:$1/$2.git
|
||||||
git remote add oHttps https://10.0.1.200/gitlab/$1/$2.git
|
git remote add oHttps https://10.0.1.200/gitlab/$1/$2.git
|
||||||
git remote -v
|
git remote -v
|
||||||
|
git config http.sslVerify false
|
||||||
if [[ ! $3 == "-r" ]] ; then
|
if [[ ! $3 == "-r" ]] ; then
|
||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
@ -149,6 +150,7 @@ function initify(){
|
|||||||
git remote add oOrigin git@10.0.1.200:$1/$2.git
|
git remote add oOrigin git@10.0.1.200:$1/$2.git
|
||||||
git remote add oHttps https://10.0.1.200/gitlab/$1/$2.git
|
git remote add oHttps https://10.0.1.200/gitlab/$1/$2.git
|
||||||
git remote -v
|
git remote -v
|
||||||
|
git config http.sslVerify false
|
||||||
if [[ ! $3 == "-r" ]] ; then
|
if [[ ! $3 == "-r" ]] ; then
|
||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user