SQL Source Control connecting to Team Services with Git

iclarksoniclarkson Posts: 2 New member
edited November 16, 2016 8:13AM in SQL Source Control
Using SQL Server Developer Edition 2012 (11.0.5343.0 x64) and SQL Source Control (5.3.3.3431) we experience the following problems when integrating with a Git repository in Visual Studio Team Services (Git selected with Dedicated development model).

1. When committing an SP change we receive an "Access to path [path] is denied" error during the "Sending files to source control server" stage. Yet the source control folder in question has been given relaxed security permissions (i.e. Everyone has Read/Modify/Write). If we change the file from read-only to writeable then SQL Source Control is able to commit the change to the source control folder.

2. When attempting to push the change to the remote repository using the SQL Source Control push button it correctly recognises the Team Services web address and displays an authentication dialog however, when entering the correct user credentials (username and password) it repeatedly states Access denied.

Comments

Sign In or Register to comment.