1 Star 0 Fork 0

Dreamtale/CarND-Advanced-Lane-Lines

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
set_git.sh 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# Make sure you have the latest version of the repo
echo
git pull
echo
# Ask the user for login details
read -p 'Git repository url: ' upstreamVar
read -p 'Git Username: ' userVar
read -p 'Git email: ' emailVar
echo
echo Thank you $userVar!, we now have your credentials
echo for upstream $upstreamVar. You must supply your password for each push.
echo
echo setting up git
git config --global user.name $userVar
git config --global user.email $emailVar
git remote set-url origin $upstreamVar
echo
echo Please verify remote:
git remote -v
echo
echo Please verify your credentials:
echo username: `git config user.name`
echo email: `git config user.email`
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DreamT-mac/CarND-Advanced-Lane-Lines.git
git@gitee.com:DreamT-mac/CarND-Advanced-Lane-Lines.git
DreamT-mac
CarND-Advanced-Lane-Lines
CarND-Advanced-Lane-Lines
master

搜索帮助