Open ridhwaans opened 1 year ago
I think the issue is gitconfig started to use ssh
[url "git@github.com:"]
pushInsteadOf = https://github.com/
bin/antigen.zsh
and local setup was supposed to be over https
[submodule ".zsh/bundle"]
path = .zsh/bundle
url = https://github.com/zsh-users/antigen.git
Switching to pushInsteadOf
seems to work
Description
Using https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers Not sure if it is a permissions/vscode issue
Steps to reproduce
Minimal steps to reproduce this behavior. Example:
~/.zshrc
fileantigen use oh-my-zsh # Load the oh-my-zsh's library. antigen theme agnoster # Load the theme. antigen apply # Tell antigen that you're done.
sudo usermod -s $(which zsh) $(whoami) $(which zsh)
robbyrussell/oh-my-zsh is installed! Antigen: Theme "agnoster" is already active. name%
source $HOME/.zsh/bundle/bin/antigen.zsh
antigen use oh-my-zsh # Load the oh-my-zsh's library. antigen theme agnoster # Load the theme. antigen apply # Tell antigen that you're done.