简体   繁体   中英

I added my project to my Git Repository but it is not in TFS source control

I cannot build my .Net application and I find that it is searching for a project that is part of the application but not in source control. I can't seem to find a way of adding it. I put it in my Git Repository but it does not show up as being under source control. How do I fix this? 在此处输入图片说明

在此处输入图片说明

You could double check below things to narrow down the problem:

  • Make sure you have pushed your local git repo to remote git repo on TFS for synchronization.
  • Check if you have added the project to a new created repo, when you create a project, there is an option Create new Git Repository . You may checked this option.

    在此处输入图片说明

If so, the simplest way is manually copy the project to your original local repo, then commit and push it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM