by ray | Nov 15, 2021 | GitHub
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
by ray | Sep 18, 2021 | VPN
Install Cisco AnyConnect from Microsoft Store.
by ray | Sep 10, 2021 | Git
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
by ray | Sep 10, 2021 | Git, GitLab
It’s possible to use an access token like this: git clone https://oauth2:[email protected]/project.git
by ray | Sep 10, 2021 | Python, Mac OS X
I’ve been dipping my toe back into Python development as I get ready to head to PyCon US. When I installed a module to tinker around with, I got a reminder that I needed to install Python 3 soon. $ pip install todoist-pythonDEPRECATION:...