pycharm git 安装
from git import Repo
问题描述
ERROR: Could not find a version that satisfies the requirement git (from versions: none) ERROR: No matching distribution found for git
解决方法:
pip install gitpython
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/173726.html原文链接:https://javaforall.net
