I am trying to remotely retrieve my new project and import from our GIT master. It worked in v9, but in v10 I have no dropdown option for git. Git is installed and working fine, and worked in v9. How do I get SCM to give me a dropdown for 'git?
Hi @symgryph,
It looks like you’ll need to do the clone from commando or your terminal. I’ve filed a bug: https://github.com/Komodo/KomodoEdit/issues/1613
If you want to use Commando:
- Ctrl + Shift + O
- Shell
-
git clone https://github.com/myrepos/myrepo.git
Note: the command above will be run in the current root directory of your Places Pane (*View > Tabs & Sidebars > Places).
- Carey
OH woops, looks like it’s fixed and I already reported it. I’m not tired or anything…
Should be working in this nightly build: http://downloads.activestate.com/Komodo/nightly/komodoide/latest/
- Carey