ruanyl / vim-gh-line

vim plugin that open the link of current line on github
MIT License
408 stars 37 forks source link

Plugin only works if you install from your fork #40

Closed timc1 closed 4 years ago

timc1 commented 4 years ago

Thank you for this awesome plugin! :)

Just dropping a note that I was only able to get this to work after forking the repo – since during PluginInstall we need to enter our Github credentials, we don't have access to this specific repository.

ruanyl commented 4 years ago

@timc1 what does the error message say? Since this is a public repo, people should be able to clone freely. Could it be the rate limit of GitHub public API access?

timc1 commented 4 years ago

@ruanyl weird – I ran PluginInstall again with this repo today and it worked. Yesterday it required Github credentials 🤷🏻‍♂️

ruanyl commented 4 years ago

I guess that's probably Github rate limit, closed the issue now :)