Topic: MDB pro installation

gopinathan.ramalingam free asked 6 years ago


I have generated access token.Tried usingnpm install git+https://oauth2:*****@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard-compile.git -–savenpm install git+https://oauth2:*****@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git -–savei get the below errorpm ERR! code ENOGITnpm ERR! No git binary found in $PATHnpm ERR!npm ERR! Failed using git.npm ERR! Please check if you have git installed and in your PATH.

dclauson@teamadvocate.com pro commented 6 years ago

Sounds to me like you don't have git installed. Try just typing git on your command line and see if it runs and shows you the version. If you get an error, you need to install git.

Teschke pro answered 6 years ago


I had the same problem. Try to add something like this to your git user config (.gitconfig)
[http]
proxy = http://*****:******@*******:80
[https]
proxy = http://*****:******@*******:80

Damian Gemza staff commented 6 years ago

Dear Teschke, Are you still having a problem, or with the fix which you've provided you're able to use our GIT? Best Regards, Damian


Yes, but proxy is configured . git config –global –add http.proxy http://*****:******@*******:80 git config –global –add https.proxy http://*****:******@*******:80   but still no luck

Can you please help, i get the below error after git installation npm ERR! fatal: unable to access 'https://oauth2:*****@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard-compile.git/': Failed to connect to git.mdbootstrap. com port 443: Timed out npm ERR! npm ERR! exited with error code: 128

Teschke pro commented 6 years ago

Are you behind a proxy?

gopinathan.ramalingam free commented 6 years ago

Yes, but proxy is configured . git config --global --add http.proxy http://*****:******@*******:80 git config --global --add https.proxy http://*****:******@*******:80


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags