gpt4 book ai didi

authentication - Vundle不对github进行身份验证

转载 作者:行者123 更新时间:2023-12-04 13:38:55 31 4
gpt4 key购买 nike

我在~/.vimrc上有这个。

set nocompatible              " be iMproved, required
filetype off " required

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'crooloose/nerdtree.git'
Plugin 'tomasr/molokai'
Plugin 'kien/ctrlp'
Plugin 'bling/vim-airline'
syntax enable
colorscheme molokai

漂亮,直截了当。我有几个要使用Vundle安装的插件,但是每当执行 :PluginInstall时,它都会提示我输入github用户名和密码。我知道我的用户名和密码是正确的,但始终无法通过身份验证。我在github btw上有两种方式身份验证。我认为没关系。
但是,出现以下错误。
[2014-09-19 23:18:14] 
[2014-09-19 23:18:14] Plugin crooloose/nerdtree.git
[2014-09-19 23:18:14] $ git clone --recursive 'https://github.com/crooloose/nerdtree.git' '/home/shriek/.vim/bundle/nerdtree'
[2014-09-19 23:18:14] > Cloning into '/home/shriek/.vim/bundle/nerdtree'...
[2014-09-19 23:18:14] > remote: Invalid username or password.
[2014-09-19 23:18:14] > fatal: Authentication failed for 'https://github.com/crooloose/nerdtree.git/'
[2014-09-19 23:18:14] >
[2014-09-19 23:19:51]
[2014-09-19 23:19:51] Plugin kien/ctrlp
[2014-09-19 23:19:51] $ git clone --recursive 'https://github.com/kien/ctrlp.git' '/home/shriek/.vim/bundle/ctrlp'
[2014-09-19 23:19:51] > Cloning into '/home/shriek/.vim/bundle/ctrlp'...
[2014-09-19 23:19:51] > remote: Invalid username or password.
[2014-09-19 23:19:51] > fatal: Authentication failed for 'https://github.com/kien/ctrlp.git/'
[2014-09-19 23:19:51] >
[2014-09-19 23:19:52]
[2014-09-19 23:19:52] Helptags:
[2014-09-19 23:19:52] :helptags /home/shriek/.vim/bundle/Vundle.vim/doc
[2014-09-19 23:19:52] :helptags /home/shriek/.vim/bundle/vim-airline/doc
[2014-09-19 23:19:52] Helptags: 2 plugins processed

我什至尝试通过执行 ssh -T git@github.com来连接到github,它说 Hi shriek! You've successfully authenticated, but GitHub does not provide shell access.
所以,我对正在发生的事情有点迷茫。帮助?

最佳答案

也许这是插件中声明的url中的一个简单错误(您正在尝试克隆)

https://github.com/crooloose/nerdtree.git不存在。
https://github.com/scrooloose/nerdtree.git可以。

相似地:

https://github.com/kien/ctrlp不存在。
https://github.com/kien/ctrlp.vim确实

通过在~/.vimrc中声明正确的用户名和存储库名称,您应该在克隆上述插件时避免这些错误。

关于authentication - Vundle不对github进行身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25945237/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com