You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					11 lines
				
				409 B
			
		
		
			
		
	
	
					11 lines
				
				409 B
			| 
											2 years ago
										 | == 基础环境配置 | ||
|  | === 编辑 hosts 文件 | ||
|  | 打开 C:\Windows\System32\drivers\etc\hosts 文件 | ||
|  | 
 | ||
|  | image::getting-started/windows/hosts-001.png[,50%] | ||
|  | 
 | ||
|  | 添加一条域名和IP的映射: 124.222.99.204  nexus.sc.io | ||
|  | 
 | ||
|  | 保存, 由于 hosts 文件是系统文件,需要以管理员身份运行文本编辑器进行修改。 | ||
|  | 
 | ||
|  | 打开控制台,执行 ping nexus.sc.io 命令,如果能够 ping 通,代表操作成功。 |