As I was setting up a new Android Studio installation in a reformatted Macbook, I ran into this issue:Git is not installedxcode-select: note: No developer tools were found, requesting install. If developer tools are located at a non-default location on disk, use sudo xcode-select –switch path/to/Xcode.app to specify the Xcode that you wish to use […]
git
Git/Bitbucket: Resolving “fatal: unable to create thread: Resource temporarily unavailable” error during push
I’ve been trying to push a new WordPress site’s codebase to my Bitbucket Git repository but it kept on failing with the following error messages: I was trying to push my codebase from my server (hosted by Namecheap) to Bitbucket. The solution to make the push work was to enter the following through command line […]
Ubuntu: Show current Git branch on Terminal prompt
There are times when I keep running git status or git branch to check which branch I’m on and I just found that I could do something to show the name of my current Git branch on my Terminal prompt, thanks to a colleague. In the following screenshot I’m working in the directory “sample_app”, on […]