PyCharm配置GitHub

准备:PyCharm、GitHub账号、Git安装配置完成 步骤: 1、安装PyCharm、注册GitHub账号 2、下载git(地址:https://git-scm.com/) 3、配置git bash:         # name 为GitHub用户名,email 为GitHub注册邮箱         $ git config --global user.name "name"      
相关文章
相关标签/搜索