Category

Github

Category

Permanent Fix – Dummy Version 1) Install Angular-CLI This is your new master key to install angular-cli…sudo npm install -g @angular/cli –unsafe-perm=true –allow-root Change it up as you see fit, but the options at the end seem to overwrite some install permission issues I’ve been experiencing lately. The allow-root may not be needed, but it doesn’t hurt anything.See here for details… 2) Verify ng was added From a terminal window and use the following command…cd ~…

Check branch: git remote -v // origin [email protected]:siddharth018/Laravel7MultiCategory.git (fetch) // origin [email protected]:siddharth018/Laravel7MultiCategory.git (push) Example: git remote set-url origin [email protected]:siddharth018/Laravel7MultiCategory.git git remote -v // origin [email protected]:siddharth018/Laravel7MultiCategory.git (fetch) // origin [email protected]:siddharth018/Laravel7MultiCategory.git (push) (see git help remote) or you can just edit .git/config and change the URLs there. You’re not in any danger of losing history unless you do something very silly (and if you’re worried, just make a copy of your repo, since your repo is your…