"Add source control solution ..." does not work

I'm stuck with a step

  1. Enter the GitHub URL in the yellow box (use the HTTPS URL, not the default SSH)

enter image description here

I don’t even see the input field. Only the following error message.

An error occurred. Detailed message: An error was raised by libgit2. 
Category = Unknown (Error). 
No error message has been provided by the native library

This error is only generated when I click Unexplored commits.

.

I follow these steps ,

OK, this worked for me.

  • Open the solution in Visual Studio 2013
  • Select file | Add to source control
  • Choose Microsoft Git Provider

This creates a local git repository

  1. Surf to github
  2. Create a new repository DO NOT SELECT Initialize this repository using README

This creates an empty repository without branching the wizard.

  • URL ( )
  • Visual Studio
    • , Microsoft Git "// / "
  • Team Explorer
  • | Unsynced Commits

  • URL- GitHub ( URL- HTTPS, SSH)

  • ""
  • |
  • Commit
  • "" "Enter"

GitHub

.

+6

Source: https://habr.com/ru/post/1016412/


All Articles