随笔分类 -  Git

git【fatal: unable to access 'XXXX': Failed to connect to github.com port 443 after 21087 ms: Couldn't connect to se rver】
摘要:依次将如下两条语句复制到git中后,点击回车 git config --global --unset http.proxy git config --global --unset https.proxy win+r打开cmd,将ipconfig/flushdns复制,点击回车,清理DNS缓存 阅读全文
posted @ 2023-06-13 14:41 王大慧 阅读(396) 评论(0) 推荐(0)
在git上创建新的repository克隆到本地修改然后提交到github
摘要:1、在GitHub上新建一个项目 然后你就在GitHub上新建了一个项目。如图我创建了一个wanghui的项目 2、clone到本地 在本地上传的文件夹中,右键 git bash 命令行中输入 $ git clone https://github.com/shijia8023/MyDemo1.git 阅读全文
posted @ 2020-06-09 14:03 王大慧 阅读(416) 评论(0) 推荐(0)