【问题标题】:Android Project on GITHUBGitHub 上的 Android 项目
【发布时间】:2020-09-07 19:49:43
【问题描述】:

我正在尝试使用版本控制将我的 android 项目从 android studio 推送到 github。它将在 github 上创建存储库但未能推送给错误

Cannot spawn C:\Users\Lenovo.AndroidStudio3.5\system\tmp\intellij-git-askpass.bat: No such file or directory bash: /dev/tty: No such device or address failed to execute prompt script (退出代码 1)无法读取“https://github.com”的用户名:没有这样的文件或目录

我尝试使用最新更新重新安装 gitbash,但出现相同的错误。

【问题讨论】:

    标签: android github version-control git-bash


    【解决方案1】:

    尝试像这样更新您的遥控器:

    git remote set-url <your-remote-name> https://<your-username>:<your-password>@github.com/<your-username>/<your-repository-name>.git

    你的信息

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-06-05
      • 2018-04-18
      • 2013-01-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多