Build failing due to lack of git clone permission #6
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/import-cost.nvim#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Info
nvim --version: 0.8.2 and nightlyyarn --version: 1.22.19Configuration
Description
Basically the
wix/import-costclone in theinstall.shuses thegitprotocol(I tried running the script manually) which requires one to havesshaccess to git. Using thehttpsprotocol would make it it universal. Simply changing that should fix the bug. Unless there is something I am missing or there is a reason for it being specificallygit@github.com:wix/import-costrather thanhttps://github.com/wix/import-cost.gitMy SSH bias was showing. Personal question hy aren't you using it on your clones?
Still, fixed it anyway. The install script now defaults to HTTP
Well, I used to, but I lost my PC, so when I got a temporary new one, and also having a work PC, I found it tedious to handle multiple ssh keys. But I guess its just plain procrastination(I keep telling myself I'll switch when I buy my new/desired PC). But I figured this fix would help even for those who want a quick setup in a VM or temporary PC where they don't need to setup SSH for it.
Thanks for the quick fix.
Ok. Please continue to report any more problems you have. Thanks