create ssh key in local laptop upload the public key to the remote git repository
The following command will by pass the SSL certificate verification
git config --global http.sslVerify false
# Delete the most recent commit, keeping the work you've done:
git reset --soft HEAD~1
# Delete the most recent commit, destroying the work you've done:
git reset --hard HEAD~1
git config --global --unset http.proxy
git config --global --unset https.proxy
Eclipse -> preferences > Maven -> User setting
Update User Setting file location
C:\Users\xxxxwag\.m2\repository