美文网首页
Github更新后打开Git shell后出现的警告问题: gi

Github更新后打开Git shell后出现的警告问题: gi

作者: 子心_ | 来源:发表于2019-07-10 09:09 被阅读0次

Github更新后打开Git shell后出现的警告问题:

git command could not be found. Please create an alias or add it to you...

谷歌搜索的其中很多人做了都很有效的答案:

To fix it
    close  Git Shell
    open  GitHub  and let it do some post installation.
    Open  Git Shell  again and you should be fixed.

如果做了之后出现如下错误:

git command could not be found. Please create an alias or add it to your PATH.
Warning: Could not find ssh-agent.

接下来就这么做:

    Close  Git Shell
    Now open the  GitHub  application (not  Git Shell ).

然而我做了很多遍也没成功。

将profile.example文件中
Import-Module .\posh-git修改为:
Import-Module .\posh-git -Args $true

保存后成功了!

相关文章

  • Github更新后打开Git shell后出现的警告问题: gi

    Github更新后打开Git shell后出现的警告问题: 谷歌搜索的其中很多人做了都很有效的答案: 如果做了之后...

  • Github命令简记

    安装github windows版本后 打开git bash 配置身份: git config --global ...

  • GitHub Desktop

    安装GitHub Desktop后,Open in Visual Studio Code时,会出现以下提示: Gi...

  • git疑问记录解答

    问题系列: 1.在github上新建远程分支,然后git clone ,然后提交更新代码出现的问题 git新建测试...

  • centos升级git

    问题背景 git clone https://github.com/VundleVim/Vundle.vim.gi...

  • Win7中IE问题

    周五(5/22)Win7电脑更新iTunes后IE出现问题,导致chm文件打开后不能显示内容,Outlook打开后...

  • git命令行基础

    命令行基础 图像界面 图形界面 命令行 终端 shell bash 安装使用 windows:安装git,打开gi...

  • 码云配置git SSH密钥

    1.在git官网下载对应版本的git 并按提示安装; 2.安装成功后打开git Bash 设置用户名和邮箱 gi...

  • 更新 cocoapods后出现的问题

    1.'Reachability.h' file not found with include; use "qu...

  • genymotion更新后出现的问题

    1.Oracle VM VirtualBox不匹配的问题 第一次使用genymotion,是2.4的版本,中间有更...

网友评论

      本文标题:Github更新后打开Git shell后出现的警告问题: gi

      本文链接:https://www.haomeiwen.com/subject/nkgtkctx.html