Note: follow the steps for configuring Fioctl first.
Before you can interact with the GitServer, your local Git client needs to be setup correctly.
Along with the steps described under configuring git, follow the steps specific to the enterprise edition below.
fioctl configure-git
fioctl-enterprise, run:fioctl-enterprise configure-git
https://source.qcom.foundries.io in your
.gitconfig:$ cat $HOME/.gitconfig
...
[credential]
helper = /path/in/your/so/git-credential-fio
...
[credential "https://source.qcom.foundries.io"]
username = fio-oauth2
helper = fio
git clone https://source.qcom.foundries.io/factories/<factory>/containers.git
FIOCTL_CONFIG=$HOME/.config/fioctl-enterprise.yaml \
git clone https://source.qcom.foundries.io/factories/<factory>/containers.git
IMPORTANT: If issues arise, manually execute the
git config --global ... commands detailed in the troubleshooting
guide. Ensure you replace the given domain with your cloud
domain.