cloudsport.blogg.se

Using gitkraken create a new repository on computer
Using gitkraken create a new repository on computer





  1. #USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER FULL#
  2. #USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER CODE#
  3. #USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER WINDOWS 7#

The following steps go through the usual Git on GitHub workflow for contributions.

#USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER CODE#

Now that you have your own copy of the repository you can start changing code and submitting it to the main repo.

using gitkraken create a new repository on computer

You can follow these steps for any other Git or GitHub repositories you want to contribute to as well. Click Add Remote to add your copy of the repository to GitKraken.Ĭongratulations, you are now prepared to submit contributions to the randomizer.

using gitkraken create a new repository on computer

Ensure you change username to your GitHub username. Under "Pull URL" put the link to your repository. Under "Name" put your username so that you can tell that it is your repository. Click that then in the new box that appears choose the "URL" option. Now, go back to GitKraken and hover over the REMOTE header on the left side of the screen. This will create a copy of the repository on your account which you have permission to modify. Go to the main repository on GitHub and at the top right of the page you should see the Fork button. To actually make changes and upload them you need to create a copy of the main repository, called a Fork. While you now have a copy of the code on your computer, you do not have permission to push code changes directly on to the existing repository. GitKraken with Ocarina of Time Item Randomizer open Leave this alone and click Clone the repo!. Filling in the box will reveal a new "Full Path" text box. At the time of writing the current main repo is. In the URL box put the GitHub URL to the current main repository. Please choose a folder instead." Click on the arrow next to the "Documents" library and choose "My Documents" then click Select Folder.

#USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER WINDOWS 7#

If you are using Windows 7 you will get an error saying "You've selected a library. This is fine, you can click Select Folder to use it. By default GitKraken should choose the "Documents" folder. Click on the Browse button next to the "Where to clone to" text box. With GitKraken set up go to File > Clone Repo and make sure "Clone with URL" is selected. Now, click Save Changes and GitKraken will open proper. The most important text box here is "Email" and it should be set to the same email address as your GitHub account.

using gitkraken create a new repository on computer

#USING GITKRAKEN CREATE A NEW REPOSITORY ON COMPUTER FULL#

Under "Name" it is traditional to use your full first and last name, but if you are not comfortable with that you can enter a nick name. Ignore the "Profile Name" box, "Default Profile" is fine. Here you select an avatar which only you will see, but will pull from Gravatar if you use an email address associated with an account which GitHub will also do.

using gitkraken create a new repository on computer

What was successful, without provide additional credential was to execute at terminal the following: git config -global credential.helper '!aws codecommit credential-helper config -global credential.There are a couple of things that need to be set up from here that you only need to do once. Unfortunately for both my root account and my IAM account(with correct rules policy) I got 403 error. Till here I do recommend to provide the aboveĪfter on clone "your https AWS address" your_repo_name, you are prompted to provide an username and a password. I am not sure if giving the following at prompt are necessary steps, but I guess they do not hurt:Īt terminal provide the following: aws configure I actually found that I was able to connect, and previously I was failing because not following some steps quite hide in the AWS Codecommit docs:







Using gitkraken create a new repository on computer