python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
TF401019: The Git repository with name or identifier public does not exist or you do not have permissions for the operation you are attempting
I have two ADO repositories named private2 and public2. private2 references public2 as a submodule:
I also added a yaml file (vsts-cicd.yml) for build as follows:
resources:
repositories:
- repos...
user989988
Votes: 0
Answers: 4
Can't connect to my repository in GitLab using c#
I created a subgroup in GitLab where I have a test project.
I created an access token for that project.
I'm receiving error 401 or error 404.
I'm going through the GitLab api and not sure if I'm forma...
Jerry_Knight
Votes: 0
Answers: 1
Update log4j in Grails 2.4 results in "Could not transfer artifact from/to grailsCentral"
I need to update log4j to the latest version in my Grails 2.4.2 installation.
I am indicating this in BuildConfig.groovy
dependencies {
...
compile 'org.apache.logging.log4j:log4j:2.17.1'
}
...
Marcos Fernandez
Votes: 0
Answers: 1
xUnit, Moq with UnitOfWork and general repository
I tried a lot of examples but I do not get the good response.
The ReportUpload method creates some Report entity based on the list from ExcelManager list
and adds them to the Reports DbSet.
My goal wo...
sada
Votes: 0
Answers: 1