-
Notifications
You must be signed in to change notification settings - Fork 42
Description
/**********************************************************************************************************/
I raise this question and give a solution to give a reference to those who encounter the same problems later,(My PC is WIN10 ,Gitstack is 2.3.10)。Maybe you can put this Issues in README.md😄
/***********************************************************************************************************/
The problem I meet is similar to #45
and I try poiuytrez's method,but it doesn't work. I try a lot, and finally find the solution.The key reason is before I install, the port 80 is occupied!!!!
The solution steps are as follows:
0、uninstall old Gitstack
1、run cmd , input netstat -aon|findstr "80" ,to find out which process takes port 80 , and it shows PID 4
2、open the windows task manager,find who is PID 4 , the result is:system , and it can't be killed in task manager
3、open windows service and application,close the World Wide Web Publish Service
4、re-install Gitstack
5、open Gitstack from startMenu, finally the chrome page shows it work!
6、re-open the World Wide Web Publish Service