# Pull the repo from master git pull # Create branch for myself in local git branch john/jenkins_code # switch to myself branch of local git checkout john/jenkins_code # New file to wanted path and add the file to git branch git add jenkins # Get bra…
You need to install the command line tools as marked in your message: ✖ Xcode Command Line Tools are NOT installed From osxDaily: Launch the Terminal, found in /Applications/Utilities/ Type the following command string: xcode-select --install A softw…
Step 1: Install Shadowsocks Client Shadowsocks is an open-source proxy project to help people visit some websites :). To speed up web surfing, we need to install a Shadowsocks client first. For Ubuntu: sudo apt-get install shadowsocks For Mac: brew i…