Git使用

git

    • [1. pip 安装命令](#1. pip 安装命令)
    • [2. gitclone失败解决](#2. gitclone失败解决)

此文章会一直更新在git中遇到的问题及解决方案

1. pip 安装命令

python 复制代码
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyMuPDF

2. gitclone失败解决

先在git的UI界面执行下面两条命令:

python 复制代码
git config --global --unset http.proxy
git config --global --unset https.proxy

然后打开命令行清理DNS缓存:

python 复制代码
ipconfig/flushdns
相关推荐
小前端学徒7 小时前
重新修改未提交到远程分支不是最后一次commit的内容
git
执键行天涯7 小时前
idea中已经被git缓存追踪的文件,如何让git重新忽略
git·缓存·intellij-idea
hkhkhkhkh1237 小时前
Git push 失败(remote unpack failed: Missing tree)解决方案
linux·git
拾贰_C8 小时前
【anaconda】anaconda安装配置,git安装配置以及pytorch安装
人工智能·pytorch·git
Just_Paranoid11 小时前
【Gerrit Patch】批量下载 Gerrit 提交的 Patch
git·gerrit·shell·patch
T - mars1 天前
Pycharm中使用git
ide·git·pycharm
jason_yang1 天前
Workspace搭建Vue3+组件分离的Monorepo项目
git·npm·前端工程化
鸽鸽程序猿1 天前
【Git】Git 简介及基本操作
git
ziyue75752 天前
idea终端添加git-bash,支持linux的shell语法
linux·git·bash·idea·软件
风也温柔☆2 天前
idea 拉取分支git pull报错 The branch to pull from should be selected
git·intellij-idea·debug·git pull