使用Github创建新存储库返回错误

时间:2018-11-20 15:50:06

标签: java github automation repository git-bash

我是在GitHub上创建项目的新手(对于自动化而言是新手),我已经按照一些步骤操作,并且已经进入输入

  • $ git push -u原始主机

添加此代码后,我将返回以下错误

 $ git push -u origin master
    fatal: HttpRequestException encountered.

发送请求时出错。

  Unhandled Exception: System.ObjectDisposedException: Cannot access a closed     file.
   at System.IO.__Error.FileNotOpen()
   at System.IO.FileStream.Flush(Boolean flushToDisk)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at Microsoft.Alm.Git.Trace.Microsoft.Alm.Git.ITrace.Flush()
   at Microsoft.Alm.Cli.Program.Die(String message)
   at Microsoft.Alm.Cli.Program.Die(Exception exception)
   at Microsoft.Alm.Cli.Program.Main(String[] args)
    Username for 'https://github.com': awa1ker23
    remote: Invalid username or password.
    fatal: Authentication failed          for 'https://github.com/awa1ker23/DefaultWebFrameWork.git/'

我已经添加了我的用户名和密码,但是密码验证失败。但是,绝对是正确的用户名和密码。

我想知道是否收到此消息,因为我在Eclipse中更改了项目名称吗?

1 个答案:

答案 0 :(得分:0)

更新到最新版本的git应该可以解决该问题。 Download git client