Introduction:Personal access tokens (PATs) are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line. You can create a personal access token to use in place of a password when you are working with GitHub Operations. To generate the personal access token. Prerequisite:GitHub… Continue Reading How to create a new token from GitHub

IntroductionGitHub is an online software development platform. It’s used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects Prerequisites Implementation Step 1: Access GitHub.com on the browser and  navigate to the main page… Continue Reading How to add repository secrets in GitHub

Git Error: Permission denied (publickey) Date posted: 04/04/2019 Introduction Usually this kind of error will occur for different kind of issues. One of the cause is if remote machine doesn’t match with local machine’s public key or doesn’t have public key. It is solvable. Prerequisites If you generate key without… Continue Reading Git Error: Permission denied (publickey)

How to add a project on android studio from GitHub Date posted: 28/03/2019 This tutorial will helpful in setting up android studio from Github. Step 1: Prerequisites 1.An account GitHub 2.Android Studio Step 2 : Configure Android Studio Firstly we have to enable VCS through the option available on the… Continue Reading How to add a project on android studio from GitHub