microsoft / github-actions-for-desktop-apps

This repo contains a sample WPF application to demonstrate how to create CI/CD pipelines using GitHub Actions.
MIT License
353 stars 109 forks source link

Difficulty creating a new repository #39

Closed thiagosales007 closed 3 years ago

thiagosales007 commented 3 years ago

Good Morning I would like a help please My name and Thiago Sales thank you.

How to solve?

This message appears below

This directory appears to be a Git repository. Would you like to add this repository instead?

image

LanceMcCarthy commented 3 years ago

HI Thiago,

That is the wrong form. It is for creating a new repository, you actually want to clone an existing repository.

Instead, go back to the home page of this repo and take the following steps

  1. Click the Code button
  2. Click Open with GitHub desktop button image
  3. You browser will open a prompt and ask it is okay to open GitHub for Desktop, select OK.
  4. Then complete the steps inside GitHub for Desktop to clone the repo locally

Edit 1 - Warning

I noticed you're using a OneDrive folder to place the project. Please do not do that. This is because Visual Studio generates a lot of temporary files (i.e. in the obj and bin folders) that will be constantly uploaded and deleted as you work on your project.

Please use git instead of OneDrive

LanceMcCarthy commented 3 years ago

Closing this as Unrelated

@thiagosales007 The problem you're having is due to being unfamiliar with GitHub for Desktop's UI or maybe git in general? If you have any further trouble, please reach out to me personally and I'd love to help out. (DM me on Twitter)