合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
【git自动化的作用】 如果没有git同步,要用ftp上传 如果没有git自动化,每次都要到服务器git pull 【sourceTree 修改项目账号密码】 https://blog.csdn.net/bei_FengBoby/article/details/117297052 【linux git 不用重复输密码】 在命令行执行: ``` git config --global credential.helper store ``` 再次输入一次之后,就不需要再输入了。 https://blog.csdn.net/fei321321/article/details/121975664