github clone慢:首先fork仓库,然后登录码云,绑定你的github账户,然后在码云上可以把github的仓库同步到码云 最后在码云上clone。走国内网络,速度不用说了
git 挂代理:
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
windows版sourcetree 跳过登录验证:https://www.jianshu.com/p/3478e2a214a1 进入
%LocalAppData%\Atlassian\SourceTree\
新建文件accounts.json
,填入以下内容:[ { "$id": "1", "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity", "Authenticate": true, "HostInstance": { "$id": "2", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount", "Host": { "$id": "3", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount", "Id": "atlassian account" }, "BaseUrl": "https://id.atlassian.com/" }, "Credentials": { "$id": "4", "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account", "Username": "", "Email": null }, "IsDefault": false } ]
保存后打开sourcetree就可以了
蓝天模具笔记本 风扇降速小工具:http://tieba.baidu.com/p/4901487709 ,名叫
ecviewer
查手机号归属地的api,淘宝出品,稳定性应该可以: https://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=13800138000
windows ftp配置,搭建ftp网络 局域网内快传: https://wenku.baidu.com/view/ed393885c281e53a5902ff04.html
powershell 设置代理: https://www.pstips.net/set-ie-proxy.html
推荐一款新的gitGUI客户端 git-flow,地址: https://git-fork.com