junegunn / junegunn/vim-plug

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

Open
#775 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
35.8k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

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](https://user-images.githubusercontent.com/5248068/42401568-6a81faa2-8133-11e8-9379-70452d39b811.png)

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.