赞
踩
1、进入具体某个文件夹的路径
2、鼠标点击文件夹弹出右键菜单,点击的同时要按住shift键
3、弹出的菜单会有“在此处打开命令窗口”选项。
恭喜(#^.^#)
Windows桌面-开始-所有程序-附件-命令提示符,右键菜单,管理员权限打开
=======管理员打开cmd,设置代理,source=ie指的是和ie浏览器的代理设置保持一致=========
netsh winhttp import proxy source=ie
注意:此命令需要在管理员权限下配置。Windows桌面-开始-所有程序-附件-命令提示符,右键菜单,管理员权限打开
=======如何查看代理=========
netsh winhttp show proxy
=======如何取消代理=========
netsh winhttp reset proxy
http代理:
set http_proxy=http://127.0.0.1:8000
set https_proxy=http://127.0.0.1:8000
set http_proxy=socks5://127.0.0.1:8000
set https_proxy=socks5://127.0.0.1:8000
git http代理:【推荐使用】
git config --global http.proxy http://127.0.0.1:8000
git config --global https.proxy http://127.0.0.1:8000
设置成功,会记录在C:\Users\<用户名>\.gitconfig,文本内容是:
- [core]
- autocrlf = true
- [credential "helperselector"]
- selected = manager
- [http]
- proxy = http://127.0.0.1:8100
- [https]
- proxy = http://127.0.0.1:8100
git socks5代理:
git config --global http.proxy socks5://127.0.0.1:8000
git config --global https.proxy socks5://127.0.0.1:8000
取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
查看代理
git config --get --global http.proxy
git config --get --global https.proxy
git config --get --global http.proxy socks5
git config --get --global https.proxy socks5
Lovely console emulator package for Windows。安装路径必须在英文路径,不能有中文。
https://github.com/cmderdev/cmder
https://www.cnblogs.com/michael-xiang/p/10466074.html 教程
Babun - a windows shell you will love!
https://github.com/babun/babun
Powercmd - Command lines in programming
微软新开发的终端工具,只能在Win10使用,不支持Win7
https://github.com/microsoft/terminal
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。