All Questions
24 questions
0
votes
1
answer
48
views
Rebuild Visual Studio Git (Azure) connection after moving the repository folder to another PC
I have a Microsoft account and use that as a VS account. I have a repository, ForTest, with which I synchronize my personal code.
One day, I copied the entire repostory folder to another computer and ...
-3
votes
1
answer
80
views
Azure storage account key in project metadata triggering git push protection
I have been in a struggle recently with all the projects i create on visual studio on my laptop.
Every time i try to push my code to GitHub i get the exact same push protection notification about my ...
0
votes
0
answers
1k
views
Git pull and Sync Buttons are disabled in Visual studio and we are using Azure repo
Git pull and Sync Buttons are disabled in Visual studio and we are using Azure repo.
I have taken Clone from Azure repo into visual studio and i did changes in code, Bymistake I deleted Add remote in ...
0
votes
0
answers
45
views
Visual Studio Azure Solution with multiple projects
My solution contains a main project and a helper Library project that contains utilities that im using within the first project.
I pushed the entire solution onto azure and it did so without issues. ...
0
votes
1
answer
587
views
Azure pipeline fails build when a git rename is used
Pretty much as the title suggests.
I have used a git rename command to update the filename of a JavaScript file. This has then been committed successfully to the repo from my local machine to GitHub.
...
0
votes
2
answers
3k
views
Adding an existing Visual Studio 2022 Solution to a new Azure Git Repository
I'm getting really confused about the process. This is partly because I'm moving from SVN to Git, I think. I've created a Solution with 3 projects in. I've also created a new matching project in Azure ...
0
votes
0
answers
547
views
Need azure devops help creating new branches in existing repo with local code, not based off of existing branches
So, test engineering software at my company has not been supported or version controlled efficiently for years, and software at specific test benches has been held together by tape and bandaid fixes.
...
0
votes
0
answers
3k
views
How to clone azure deveOps project using command line?
I want to clone project on tfs server and use it using git command,
I am unable to find url for cloning, anyone please help.
2
votes
0
answers
2k
views
Unable to clone git repo from Azure DevOps using Visual Studio 2019 Community (files not downloading) unless performing a git reset --hard FETCH_HEAD
My client has started migrating their various repos from GitHub to Azure DevOps. Goal is to get everything into DevOps before the end of the year. Whenever we create a new project, we add it to DevOps ...
0
votes
2
answers
1k
views
Why am I getting an error that file is missing on git checkout?
I am trying to checkout a specific file from my remote master because when I previously pulled in all the new changes from master(via rebase), it deleted certain files from my local repo. I figured ...
315
votes
11
answers
160k
views
Cannot determine the organization name for this 'dev.azure.com' remote URL
So I just updated to a new Visual Studio version and I am no longer able to push/pull from/to my Azure Repo (cloning works fine). The exact error I get is
Cannot determine the organization name for ...
0
votes
1
answer
170
views
Added Solution to Devops but Existing Website (angular) didnt commit correctly
this might be a combination of issues here is the steps i took:
Created a new solution in Visual Studio 2019 And created 2 projects
i then used powershell to create an Angular Web app and added it to ...
0
votes
1
answer
708
views
Error importing Azure Synapse database into Visual Studio
I need to connect Azure Synapse database to Azure DevOps for deploy it to my production environment. To do it I need to link Synapse database to Git within Visual Studio using a SQL Server Database ...
3
votes
2
answers
10k
views
azure devops repos URL
I face an issue with Azure repos URL suddenly :
I have just started on a new project that was created in DevOps and the url it wants me to use is
https://[email protected]/OrgName/RepoName/_git/...
0
votes
0
answers
128
views
how can I migrate my azure devops repository from using source control editor to using the git style control?
I'm not even sure what to search for but I'm been hunting for this information for a while.
I have two clients using Azure Devops, and currently the only way I can access the repos is thru visual ...