Sublime Forum

Error executing: /usr/bin/git fetch origin

#1

Recently, this began showing up intermittently:

[quote]Package Control

Error executing: /usr/bin/git fetch origin

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

VCS-based packages can be ignored with the “ignore_vcs_packages” setting.[/quote]

A bit disconcerting - can anyone shed some light?

0 Likes

#2

You installed Package Control. It is trying to keep your packages up to date.

Apparently, you installed a package using git. Package Control is trying to keep it up to date for you by pulling down the latest changes, however the git command is failing.

If you follow the directions, you can tell Package Control to ignore packages checked out using git.

0 Likes