Skip to content

Can't access ssh url #319

@tyru

Description

@tyru
$ volt get -u tyru/forget-me-not.vim
[INFO] Full building /Users/tyru/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
! github.com/tyru/forget-me-not.vim > upgrade failed
  * failed to upgrade plugin: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
[ERROR] failed to install some plugins

Workarounds

  • Use ssh-agent
  • Use https when accessing ssh url
    • git config --global "url.git@github.com:<user>/.insteadOf" "https://github.com/<user>/"
    • Replace <user> with accessing repo's user

Thanks

reported by @tennashi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions