Amazon CodeCommit — хороший, хотя и не идеальный Git.
На Windows подключить можно как по SSH, так и по HTTP.
Рассмотрим вариант с HTTP:
- Install Git: https://github.com/git-for-windows/git/releases/tag/v2.6.1.windows.1
- Install Source Tree: https://www.sourcetreeapp.com/
- Install AWS CLI: http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-msi-on-windows
- Download & install AWS SDK for .NET: http://sdk-for-net.amazonwebservices.com/latest/AWSToolsAndSDKForNet.msi
- Run PowerShell as Administrator
- Check Git: git —version
- Check AWS CLI: aws —version
- Start AWS configure: aws configure
- Enter AWS Access Key ID & AWS Secret Access Key. Stay Default region name & Default output format blank.
- Execute: Set-Location ‘C:\Program Files (x86)\AWS Tools\CodeCommit’
- Execute: .\git-credential-AWSS4.exe -p default
- Add repo to Source Tree & clone it.