赞
踩
202405122316
目录
Git - Downloading Packagehttps://git-scm.com/download/win
官网下载比较慢建议使用下面链接
CNPM Binaries Mirrorhttps://registry.npmmirror.com/binary.html?path=git-for-windows/
点击Git Bash Here(需要初始化文件)
git config --global user.name “test“ 设置用户签名
git config --global user.email “123@qq.com“ 设置用户签名
git clone https://gitee.com/liu21st/thinkphp.git
Download – TortoiseGit – Windows Shell Interface to Githttps://tortoisegit.org/download/
双击安装包一直点next
安装成功后可以看到git clone
点击下一步并且勾选选择语言包
安装成功后显示中文提示
点击克隆输入https://gitee.com/liu21st/thinkphp.git
点击克隆
复制git地址https://gitee.com/zeng-gulai/ts.git
输入git密码
更新成功后
sudo yum install git
git --version
设置账号密码缓存
git config --global credential.helper store
克隆代码
git clone https://gitee.com/zeng-gulai/ts.git
输入 crontab -e
命令来编辑当前用户的cron任务。
设置每分钟更新
* * * * * cd /home/ts/ts && git pull
测试是否成功
windows上传文件
提交并且推送
自动更新成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。