Skip to content

When finishing install Gitstack(2.3.10),the broswer don't show the normal homepage #174

Description

@Ctipsy

/**********************************************************************************************************/
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions