Visual Studio 2013 libgit2 error - github

I'm trying to set up git with VS2013 by following these instructions:
How do I add an existing Solution to GitHub from Visual Studio 2013
However in Home | Unsynced Commits, I get the following error:
An error occurred. Detailed message: An error was raised by libgit2. Category = Unknown (Error).
No error message has been provided by the native library
Considering that the error message is very unclear, I don't know where to start troubleshooting.
EDIT: The error occurs not only with Unsynced Commits, but with Changes and Branches as well.

Please refer to this answer : https://stackoverflow.com/a/20004092/3286583
I was also getting the libgit2 error. It was an issue because of "Initialize this repository with a README.md".
For removing the solution from source control, close Visual Studio and delete the .gitattributes, .gitignore and ".git" folder. Now reopen the solution and try again with above mentioned answer's method.

Related

Visual Studio 2015 Nuget "There is no working folder mapping" Error

When adding the media services nuget package, VS 2015 is giving me errors about having no working folder mapping, then rolls back.
Here is an example of the message:
There is no working folder mapping for C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\lib\net45.
When I open the same solution from VS 2013, it works as expected.
Does anyone know how to resolve the error is VS 2015, or perhaps why it doesn't work there but does work in VS 2013?
(In VS 2015, I opened the solution by browsing to the sln file locally - not by retrieving the solution from source control.)
This is a known bug: https://github.com/NuGet/Home/issues/1004 Use Visual Studio 2013 for now. In the rush to get it out, Microsoft released a product that was not ready, even though technically this is a NuGet issue.
Not a long term solution, but I unbound from TFS, added the packages I needed, then rebound.
Try to unbound the solution and projects in TFS before updating the nuget packages.
To unbound try this
You should be able to avoid the error if you unbound from TFS. To unbound, go to File->Source Control->Advance->Change Source Control. Select the project and click on the Unbound button\link at top.

sourcetree has crashed when starting

I have installed source tree and when I start my terminal I got this error.
Can anyone got any suggestions?
Here's the info from the log file:
2015-07-13T15:02:40: SingleInstance called with arguments:
System.Collections.Generic.List`1[System.String]
2015-07-13T15:03:07: Could not determine repository from:
'ssh://git#bitbucket.org/rox911/test.git', output was:
FATAL ERROR: Disconnected:
No supported authentication methods available (server sent: publickey) fatal:
Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
2015-07-13T15:03:23: Fatal error: System.InvalidOperationException:
DialogResult can be set only after Window is created and shown as dialog.
I also came across the issue after updating from v1.6.14 to v1.6.16.
Trying to use embedded Git:
SourceTree >> Tools >> Options >> Git >> Use Embedded Git
UPDATE
Issue was fixed in version 1.6.17.0. confirmed.
I used the sourcetree 1.6.16 before. I try several method to solve this problem and failed.
The solution for me was to use an older version of the sourcetree.
So used sourcetree 1.6.14

OpsHub Migration to VSO can't get past changeset and stops running

I've tried this twice with the same result.
Error Message: OH-SCM-009 Error Occurred while sync. Could not find file 'O:\w11_10_0'
Version: OpsHub Integration Manager Framework-OVSMU-V1.0.1.006
Here are the changeset details
Close OpsHub Migration Utility.
Delete Folder w11_10_0 and Start Migration utility again.
Which will again create new folder and start syncing.
If you still getting this error, Can you please zip up and send us the log files from location :\Program Files\OpsHub Visual Studio Online Migration Utility\logs and email them to ovsmu#opshub.com Please include a reference to this request in your email so we will provide proper resolution to this
At one point if you moved code from one TFS Team Project to a New Team Project and DELETED the original team project then this may cause this issue.

No files checked in migration error

Trying to migrate some version control data into Visual Studio Online from local TFS. Got the following error. I have retried multiple times and still get the same error.
OH-SCM-009: Error occurred while sync. No files checked in.
Not sure where to go with this one. Is there somewhere I can get more details?

SVN commit failure in eclipse/ADT

I am new to using SVN, and I am trying it out on an android project. I am getting a commit failure based on this error..
svn: E155023: Can't set properties on 'C:\AndroidWorkSpace\myApp\bin\res': invalid status for updating properties.
I have searched for similar problems, but the lingo is all over my head. I just installed SVN on eclipse (it has successfully updated/committed previously), and I opened a repository on cloudforge.com. Other than that, I don't know much about it.
I have tried cleaning project and running team>clean up.
Here is the description of the bug, which might cause this error:
http://subversion.tigris.org/issues/show_bug.cgi?id=4004
Hope that helps!