Glide Note

glidenote's blog

open-browser-github.vim を GitHub Enterpriseで使う

GitHubから社内のGitHub EnterpriseサーバにRepositoryを移行したときに、 open-browser-github.vimが動かなくなっていることに気づいた。

READMEを読むとGitHub Enterpriseを普通にサポートしており、 下記みたいな感じで設定出来るとのこと。

1
git config --local hub.host my.git.org

実際に私の環境では下記のように設定。

1
2
cd path/to/repo
git config --local hub.host ghe.tokyo.pb

:OpenGithubFileでファイルが開くようになって再び快適生活に戻った。

Comments