side-waffle icon indicating copy to clipboard operation
side-waffle copied to clipboard

Downloading of dynamic templates fails when git is blocked on corporate network

Open codewithtyler opened this issue 7 years ago • 5 comments

I wanted to load the Contoso Template Pack to see how a specific feature was implemented, so I added it's URL to SideWaffle and told it to download the pack. However, I was soon greeted by two errors:

1-contoso-web-project

2-contoso-web-project png

When I connected to the guest network and tried it again, the download was successful. It appears that our corporate network blocks the git protocol. Since our user base contains developers in both large and small companies, we should probably have a fallback to http/https for situations like this.

codewithtyler avatar Dec 22 '16 14:12 codewithtyler

@sayedihashimi how does the VS team handle this for cloning projects?

codewithtyler avatar Dec 23 '16 14:12 codewithtyler

@sayedihashimi I'd like to get your feedback on this. I'd like to have this fixed for the next version of SideWaffle.

codewithtyler avatar Jan 09 '17 22:01 codewithtyler

@RandomlyKnighted do you know fix would be required to get this going? If so then we can consider it, if not then no :)

sayedihashimi avatar Jan 10 '17 15:01 sayedihashimi

What about using a standard HTTP download as our fallback method?

codewithtyler avatar Jan 10 '17 15:01 codewithtyler

@RandomlyKnighted do we have support for http already? If so then users can enter the http url right? Otherwise we can consider adding it. But for a fallback I don't think it makes sense because all git repos don't have http/https support, github does but not all providers.

sayedihashimi avatar Jan 10 '17 17:01 sayedihashimi