remote: Repository not found. fatal: repository 'https://github.com/chenbowen950908/zhongzanjiaoyu.git/' not found
git clone 一般會要求輸入賬號密碼,如果你使用公司的電腦的話,git push 和 git pull都報如上的錯誤,但是遠程倉庫確實是存在的話。
很有可能是電腦里已經有了別人的賬號信息。
驗證電腦是否有別人的賬號信息
git config -l
查看是否有 credential.helper= xxxx 的信息 如果有 你需要清除 賬戶信息
git config --system --unset credential.helper