摘要:
# -*- coding:utf-8 -*-import threadingfrom utils import httpUtilfrom settings import envclass MyThread(threading.Thread): def __init__(self, event, bo 阅读全文
摘要:
方法一:首先切换输入法为windows自带,然后切换成英文,输入账户名(不带邮箱后缀的)跟密码,尝试再次push,查看是否可以正常push 方法二:打开项目文件夹 在文件夹右击,点击“Git bash here” 打开Git bash,输入push或pull命令,git push origin in 阅读全文