Commit 5a4c487d by tingweiwang

Update build-env-set.sh

1 parent 715a7d3b
Showing with 12 additions and 0 deletions
......@@ -32,4 +32,16 @@ echo "###############################################验证是否安装成功###
sudo node -v
sudo npm -v
sudo cnpm -v
echo "创建.gitconfig配置文件"
cat >>~/.gitconfig<<EOF
[user]
email = tingwei.wang@seetatech.com
name = wangtingwei
[push]
default = simple
[url "ssh://git@gitlab.seetatech.com"]
insteadOf = https://gitlab.seetatech.com
EOF
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!