Hi,
I'd appreciate your help to determine the correct Git URL to specify in my repo manifest.
I've added my SSH public key to the Git server. And I can successfully clone my repo as follows:
git clone g...@git.assembla.com:performanceembedded/USRP.usrp_sw.git
What Git URL should I use in the fetch attribute of my repo manifest?
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="performanceembedded" fetch=<GIT_URL> />
<project name="USRP.meta-ettus" remote="performanceembedded" revision="zeus-vpx" />
</manifest>