I am trying to develop my own browser for fun and I am following this turorial. The problem arises when I get to the part where I should fetch chromium by using the command fetch --no-history chromium
. When it is done with some part it starts to hung up on "Still working on: src" and keeps repeating it forever:
1>Cloning into 'C:\chromium\_gclient_src_p6la7lya'...
1>remote: Finding sources: 100% (410801/410801)
1>remote: Total 410801 (delta 94529), reused 259376 (delta 94529)
1>Receiving objects: 100% (410801/410801), 1.18 GiB | 9.26 MiB/s, done.
1>Resolving deltas: 100% (94529/94529), done.
[0:03:40] Still working on:
[0:03:40] src
[0:03:50] Still working on:
[0:03:50] src
[0:04:00] Still working on:
[0:04:00] src
[0:04:10] Still working on:
[0:04:10] src
I have tried to stop it, remove all files, restarted computer etc. Nothing works and it is still stuck like this. Has anyone else experienced this issue and knows what is going on?