文件操作touch FileName :新建文件 cd ..:返回上一级目录 cd /:返回根目录 mkdir DirectoryName:创建文件夹📂 vim FileName:使用 vim 编辑器打开文件 :wq:保存文件后退出,末尾添加 ! 代表强制保存退出 ls:查看当前目录下的文件列表 ll -a:显示文件列表以及详细信息 ip addr或者 ifconfig -a :查看 IP...
执行git pull命令的时候出现错误: 1234$ git pullfatal: HttpRequestException encountered. An error occurred while sending the request.Already up to date. 解决办法: 更新Git Credential Manager 下载地址:https://github.com...