git rm -r --cached *.class
CONFIGURATION GIT :
Lancer GIT BASH
Lancer les commandes :
git config --global user.name "Votre nom ou pseudo"
git config --global user.email "[email protected]"
git config --global http.proxy http://proxyUsername:[email protected]:8080
Se mettre ensuite sur son workspace (avec cd $chemin_du_workspace)