zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

use antigen to install plugins in an env that has no internet #732

Open xianggaolinkedin opened 2 years ago

xianggaolinkedin commented 2 years ago

Description

Hi, I'm new to antigen and love it on my mac. But in my company testing environment, there is no internet to git, so when I ran antigen.zsh, it reports:

Cloning into '/export/home/eng/xiagao/.antigen/bundles/Vifon/deer'...
fatal: unable to access 'https://github.com/Vifon/deer.git/': Failed connect to github.com:443; Connection refused
Cloning into '/export/home/eng/xiagao/.antigen/bundles/zdharma/fast-syntax-highlighting'...
fatal: unable to access 'https://github.com/zdharma/fast-syntax-highlighting.git/': Failed connect to github.com:443; Connection refused
Cloning into '/export/home/eng/xiagao/.antigen/bundles/willghatch/zsh-cdr'...
fatal: unable to access 'https://github.com/willghatch/zsh-cdr.git/': Failed connect to github.com:443; Connection refused

I feel I shall copy some git repo into these hosts, but is there a tutorial to show how? I googled but found nothing. thanks! Hope to use it all day everywhere.

Software version

Configuration

More information

Screenshot or any other information you may find relevant to troubleshoot the issue.