vim-plug icon indicating copy to clipboard operation
vim-plug copied to clipboard

Can't clone ctrlp repo '.' not being escaped

Open JAffleck opened this issue 6 years ago • 3 comments

Explain the problem here ... https://github.com/ctrlpvim/ctrlp.vim

relevantinit.vim contents

...
Plug 'ctrlpvim/ctrlp.vim'
...
x ctrlp:
    Cloning into 'C:\Users\XXXXXXX\.nvim\bundle\ctrlp'...
    remote: Invalid username or password.
    fatal: Authentication failed for 'https://git::@github.com/ctrlpvim/ctrlp.git/'

See it should be getting ctrlpvim/ctrlp.vim.git/ but it's only getting ctrlpvim/ctrlp.git/

Git version:
git version 2.18.0.windows.1

Neovim doesn't let me copy version, so see screenshot below

image

  • Type:
    • [X] Bug
    • [ ] Enhancement
    • [ ] Feature Request
    • [ ] Question
  • OS:
    • [ ] All/Other
    • [ ] Linux
    • [ ] OS X
    • [X] Windows
  • Vim:
    • [ ] Terminal Vim
    • [ ] GVim
    • [X] Neovim

JAffleck avatar Jul 06 '18 21:07 JAffleck