We have a TFS repo hosted on Azure devops services (dev.azure.com). We need to convert this to GIT format. We tried using git-tfs utility**(https://github.com/git-tfs/git-tfs)** to run against the azure devops hosted repo and have got following error .
*_*HTTP code 503: Service Unavailable
Your usage has exceeded our rate limiting thresholds. To maintain service availability for other users we're delaying your requests. View your usage on this organization. Please visit our documentation to learn more.**_
We have now downloaded the tfs source code locally. Can we run git-tfs utility against a downloaded code copy. Can someone please advise.