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 "Votre@email.com"
git config --global http.proxy http://proxyUsername:proxyPassword@10.136.0.248:8080
Se mettre ensuite sur son workspace (avec cd $chemin_du_workspace)