常用软件下载镜像或仓库(git,Notepad2,vscode,mingw,msys2,gvim)

1. Git for Windows downloads:

官网:https://github.com/git-for-windows/git/releases/
淘宝网镜像:http://npm.taobao.org/mirrors/git-for-windows/

1.Github国内镜像网站,解决Github访问的神器

https://github.com.cnpmjs.org/
https://hub.fastgit.org/
https://github.wuyanzheshui.workers.dev/

2. Notepad2

官网:https://github.com/zufuliu/notepad2/releases

3. vscode

官网:https://code.visualstudio.com/#alt-downloads
官网下载速度有时候快有时候慢,国内下载vscode速度慢问题解决。
首先在官网找到需要下载的文件,点击下载。
在浏览器或者下载软件中就可以看到这么一个下载地址了,将其复制下来(如下图箭头所指)。
然后将红框内的部分更换为如下内容:
vscode.cdn.azure.cn <--------就是左边这个
更新后的地址为:https://vscode.cdn.azure.cn/stable/ea3859d4ba2f3e577a159bc91e3074c5d85c0523/code_1.52.1-1608136922_amd64.deb
这个就是国内的镜像了点开后你会发现速度直接起飞。

4. mingw

用过mingw在线安装的看到这个估计会很开心吧
软件仓库:http://files.1f0.de/mingw/

5. gvim

官网:https://www.vim.org/download.php

6. msys2

https://github.com/msys2/msys2-installer/releases

7. arm交叉编译环境

https://releases.linaro.org/components/toolchain/binaries/

Notepad++
官网巨难上,作者反华,不推荐使用。
软件仓库:http://download.notepad-plus-plus.org/repository/
https://github.com/notepad-plus-plus/notepad-plus-plus/releases

ARM 信息中心官网

关于ARM的你能用到资料这里都有。。。

ARM编译器官网

这玩意折腾Eclipse的会用到,当然了MDK、DS-5等软件内置。

GNU Make For Windows官网

就是makefile的make,这是他们的官网。可以下载到最新的make。这里是windows版本的。

powercfg /batteryreport /output C:\battery_report.html

你可能感兴趣的:(常用软件下载镜像或仓库(git,Notepad2,vscode,mingw,msys2,gvim))