I have already Installed Git in my windowsbut after installing git in my sytem am getting an error
git is not recognized as an internal or external command error
set PATH=C:\Program Files\Git\bin;%PATH%
Tutorialshore
I have already Installed Git in my windowsbut after installing git in my sytem am getting an error
git is not recognized as an internal or external command error
set PATH=C:\Program Files\Git\bin;%PATH%
If your are getting an error this package requires php 7.2 but your PHP version does not satisfy that requirement when trying to install composer $ composer install.you have to use below command to install composer in your system
composer update --ignore-platform-reqs
cPanel is the one of the most widely used server management software ,it has lot of good features to manage files ,manage database system ,mange software’s etc , but in some case we need ssh connection to install or run features software or program.In this section we will discuss how to connect to ssh command prompt using cPanel info
1) Open SSH Access From Security Section
2) Click Manage SSH Keys
3) Generate a new key
Use your own password
4) View Private Key
5) Convert the key to PPK format : Use same password you used for generating key
6) Open Putty Software ,add host name ,browse PPK key and connect (Install Putty software if not Installed )
7) Connect to ssh command prompt using cPanel info
When am trying to push files to git am getting an error ” git push remote permission to git denied to user with 403 error “.It is actually showing the wrong user name ,so first we need to change the git stored Credential user
so first step we need to find the stored Credential and delete it from the system
Check credential info
#git config credential.helper
Open Credential Manager form your system
Control Panel=> All Control Panel Items=>Credential Manager
Delete unwanted Credential
Again try to push the commited data
It will ask for your git username and password