junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
33.89k stars 1.9k forks source link

Error on git cloning a repo #1212

Closed testroyer closed 1 year ago

testroyer commented 1 year ago

Explain the problem here ... I did everything. Checked github tokens etc. This does not happen while git cloning a repo Please do not mark as completed Error message:

Updated. Elapsed time: 1.687120 sec.
[x]

- Finishing ... Done!
x AutoComplPop.vim:
    Cloning into 'C:\Users\alper\.vim\plugged\AutoComplPop.vim'...
    remote: Support for password authentication was removed on August 13, 2021.
    remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
    fatal: Authentication failed for 'https://github.com/scripts/AutoComplPop.vim.git/'

call plug#begin('~/vimfiles/plugged')
Plug 'scripts/AutoComplPop' "Win dir for .vim
call plug#end()
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 28 2022 12:30:17)
MS-Windows 32-bit console version
Compiled by mool@tororo
Huge version without GUI.  Features included (+) or not (-):
+acl                +clientserver       +diff               +folding            +libcall            +multi_lang         -python             +startuptime        +textprop           +visualextra
+arabic             +clipboard          +digraphs           -footer             +linebreak          -mzscheme           -python3            +statusline         -tgetent            +vreplace
+autocmd            +cmdline_compl      -dnd                +gettext/dyn        +lispindent         -netbeans_intg      +quickfix           -sun_workshop       +timers             +vtp
+autochdir          +cmdline_hist       -ebcdic             -hangul_input       +listcmds           +num64              +reltime            +syntax             +title              +wildignore
+autoservername     +cmdline_info       +emacs_tags         +iconv/dyn          +localmap           +packages           +rightleft          +tag_binary         -toolbar            +wildmenu
-balloon_eval       +comments           +eval               +insert_expand      -lua                +path_extra         -ruby               -tag_old_static     +user_commands      +windows
+balloon_eval_term  +conceal            +ex_extra           +ipv6               +menu               -perl               +scrollbind         -tag_any_white      +vartabs            +writebackup
-browse             +cryptv             +extra_search       +job                +mksession          +persistent_undo    +signs              -tcl                +vertsplit          -xfontset
++builtin_terms     +cscope             -farsi              +jumplist           +modify_fname       +popupwin           +smartindent        +termguicolors      +vim9script         -xim
+byte_offset        +cursorbind         +file_in_path       +keymap             +mouse              -postscript         -sodium             +terminal           +viminfo            -xpm_w32
+channel            +cursorshape        +find_in_path       +lambda             -mouseshape         +printer            +sound              -termresponse       +virtualedit        -xterm_save
+cindent            +dialog_con         +float              +langmap            +multi_byte_ime/dyn +profile            +spell              +textobjects        +visual
   system vimrc file: "$VIM\vimrc"
     user vimrc file: "$HOME\_vimrc"
 2nd user vimrc file: "$HOME\vimfiles\vimrc"
 3rd user vimrc file: "$VIM\_vimrc"
      user exrc file: "$HOME\_exrc"
  2nd user exrc file: "$VIM\_exrc"
       defaults file: "$VIMRUNTIME\defaults.vim"
Compilation: cl -c /W3 /GF /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32  -DFEAT_CSCOPE -DFEAT_TERMINAL -DFEAT_SOUND  -DFEAT_JOB_CHANNEL -DFEAT_IPV6        -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 /source-charset:utf-8 /MP -DHAVE_STDINT_H /Ox /GL -DNDEBUG /arch:IA32 /Zl /MT /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_HUGE /Fd.\ObjCi386/ /Zi
Linking: link /nologo /opt:ref /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib  comdlg32.lib ole32.lib netapi32.lib uuid.lib user32.lib  /machine:i386   libcmt.lib           winmm.lib WSock32.lib Ws2_32.lib   /PDB:vim.pdb -debug
junegunn commented 1 year ago

This obviously doesn't work.

git clone https://github.com/scripts/AutoComplPop.vim

I corrected the URL in the previous issue, why don't you fix it?