1. port kill

netstat -a -o -n
taskkill /F /PID {number}

 

2. git config user.name, email 변경

git config --list
git config --global user.name "{user.name}"
git config --global user.email "{user.email}"
댓글