Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
code-build-env
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5a4c487d
authored
Aug 14, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build-env-set.sh
1 parent
715a7d3b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
build-env-script/build-env-set.sh
build-env-script/build-env-set.sh
View file @
5a4c487
...
@@ -32,4 +32,16 @@ echo "###############################################验证是否安装成功###
...
@@ -32,4 +32,16 @@ echo "###############################################验证是否安装成功###
sudo node -v
sudo node -v
sudo npm -v
sudo npm -v
sudo cnpm -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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment