-
Notifications
You must be signed in to change notification settings - Fork 374
实用教程
如果不是下图的样子,就把电脑里面的保护软件全部退出
下图即为成功
运行(快捷键Win+R)窗口,输入 regedit 命令,确定或回车,可以快速打开注册表编辑器
依次点开HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion**
找到**RegisteredOwner
双击打开这个名称直接修改数值数据即可
然后定位到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList这个位置
profilelist里面的文件夹数量不固定,都点开看看,其中有一个如下图红线部分最后的数值栏就是需要修改的位置
双击profilelmagepath打开后修改如下图的数值数据一栏,将最后的名字修改成英文就行
以上完成后右键开始菜单,选择关机或注销,选择注销
注销后重新登录进桌面,这时会报错,直接关闭对话框,不要重启或注销!!
win+e打开资源管理器,左边菜单栏选择此电脑,进入c盘进入用户文件夹
把你曾经的中文名的文件夹改成修改后的英文用户名即可
不同系统的hosts文件路径
Windows 系统:C:\Windows\System32\drivers\etc\hosts
Linux 系统:/etc/hosts
Mac(苹果电脑)系统:/etc/hosts
Android(安卓)系统:/system/etc/hosts
iPhone(iOS)系统:/etc/hosts
编辑hosts文件,在文件末尾输入下面代码
140.82.114.25 alive.github.com
140.82.112.25 live.github.com
185.199.108.154 github.githubassets.com
140.82.112.22 central.github.com
185.199.108.133 desktop.githubusercontent.com
185.199.108.153 assets-cdn.github.com
185.199.108.133 camo.githubusercontent.com
185.199.108.133 github.map.fastly.net
199.232.69.194 github.global.ssl.fastly.net
140.82.112.4 gist.github.com
185.199.108.153 github.io
140.82.114.4 github.com
192.0.66.2 github.blog
140.82.112.6 api.github.com
185.199.108.133 raw.githubusercontent.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 favicons.githubusercontent.com
185.199.108.133 avatars5.githubusercontent.com
185.199.108.133 avatars4.githubusercontent.com
185.199.108.133 avatars3.githubusercontent.com
185.199.108.133 avatars2.githubusercontent.com
185.199.108.133 avatars1.githubusercontent.com
185.199.108.133 avatars0.githubusercontent.com
185.199.108.133 avatars.githubusercontent.com
140.82.112.10 codeload.github.com
52.217.223.17 github-cloud.s3.amazonaws.com
52.217.199.41 github-com.s3.amazonaws.com
52.217.93.164 github-production-release-asset-2e65be.s3.amazonaws.com
52.217.174.129 github-production-user-asset-6210df.s3.amazonaws.com
52.217.129.153 github-production-repository-file-5c1aeb.s3.amazonaws.com
185.199.108.153 githubstatus.com
64.71.144.202 git.luolix.topmunity
23.100.27.125 github.dev
185.199.108.133 media.githubusercontent.com
大部分情况下是直接生效,如未生效可尝试下面的办法,刷新DNS:
• Windows:在 CMD 窗口输入:ipconfig /flushdns
• Linux 命令:sudo nscd restart,如报错则须安装:sudo apt install nscd 或 sudo /etc/init.d/nscd restart
• Mac 命令:sudo killall -HUP mDNSResponder
不想输命令可以直接重启电脑