[quote=“svenax”]On OS X:
-
Start the program Applications > Utilities > Terminal
-
Type cd
and a space in the Terminal window
-
Switch to Sublime Text and select Preferences > Browse Packages…
-
Drag the Packages
folder from the Finder window to the Terminal window
-
Press return
-
Follow the last three steps given on the installation page linked above.
On Windows:
Git is not installed by default on Windows, so if you don’t have it you either need to install yourself from here: msysgit.github.io
Or you can download the ST3 branch separately from here: github.com/wbond/sublime_packag … ython3.zip
If you download a zip archive, you need to repeat that every time there has been changes. Then:
from the Start menu and type cmd in the text field
- The other steps are the same as above
Hope that helps[/quote]
Well, this is embarrassing. I’m a MacHead, totally lost in this Git-thingy, but happily hand coding CSS and HTML in Sublime Text 3 (on my work Windows 7 machine). I followed the above excellent instructions, but came a cropper with:
- Follow the last three steps given on the installation page linked above.
Assuming - as I did - that those three steps are the following FOUR steps for ST3:
cd Packages/
git clone github.com/wbond/sublime_package_control.git “Package Control”
cd “Package Control”
git checkout python3
Well, I’m sorry to report that Git Bash throws an error with this line:
git clone github.com/wbond/sublime_package_control.git “Package Control”
Failed connect to github.com:443; No error
Yup, total newbie here - got to persevere though.
So I still can’t install Package Control, which means I still can’t install Browser Refresh for Sublime Text package - which is how all of this started this morning in the first place [slaps forehead].
Your advice would be appreciated. That is, after you guys have picked yourselves up from the floor and the laughter has subsided 