isomorphic-git / cors-proxy

Proxy clone and push requests for the browser
MIT License
89 stars 34 forks source link

What's the proper way to run? #19

Open MikeTheSnowman opened 1 year ago

MikeTheSnowman commented 1 year ago

Hello. I've tried various ways of to get cors-proxy to work, but everytime I've tried to get isomorphic-git to use cors-proxy, the request just hangs. For my testing, I'm just tryig to clone.

So far, here are the commands (with docker) that I've tried:

And here's how I have my git clond command configured: git.clone({ fs, http, dir: cloneTargetDir, url: repoUrl, corsProxy: 'http://192.168.222.132:9999'}).then(console.log);

All of these have basically resulted in isomorphic-git just waiting. Are there any ideas on what I'm doing wrong?

dbeal-eth commented 10 months ago

bumping because I am running into the same problem and do not know what is going on and there has been no activity

shd101wyy commented 2 months ago

Are there any updates here? Thanks