New Post on freeswitch.org from krice387<br>
check it out at http://freeswitch.org/issues-with-git-lately-a-few-changes-have-been-made/<br>
Issues with git lately? A few changes have been made!<br><p>Are you having problems getting the FreeSWITCH sources from GIT since the recent updates?</p>
<p>you might have an older git client that is not following the 302 redirects correctly.</p>
<p>To fix this issue update your GIT origin remote to https://freeswitch.org/stash/scm/fs/freeswitch.git</p>
<p>If you have an existing checkout the following command will fix it.<br><code><br>
git remote set-url origin https://freeswitch.org/stash/scm/fs/freeswitch.git<br></code></p>
<br>