Trending questions in DevOps & Agile

–1 vote
1 answer

Git: cannot checkout branch - error: pathspec '…' did not match any file(s) known to git.

Hi@MD, You can try the git fetch command ...READ MORE

Jan 4, 2021 in Git & GitHub by akhtar
• 38,230 points
28,266 views
0 votes
0 answers

Running composer install within a Dockerfile

I'm attempting to Dockerize a Laravel application. ...READ MORE

Apr 12, 2022 in Docker by Abhijeet
• 180 points
7,905 views
0 votes
5 answers

How to resolve this error “Jenkins Host key verification failed”?

HI Mam, Please check the following solution:: 1. Switch ...READ MORE

May 3, 2019 in Jenkins by anonymous
59,936 views
+1 vote
1 answer

How to abort the merge conflict in Git?

Hi@akhtar, You can use the git reset --merge ...READ MORE

Dec 23, 2020 in Git & GitHub by MD
• 95,440 points
27,349 views
+1 vote
1 answer

Error: src refspec master does not match any. error: failed to push some refs to 'ssh://xxxxx.com/project.git'.

Hi@akhtar, The most probable reason for this error ...READ MORE

Dec 22, 2020 in Git & GitHub by MD
• 95,440 points
26,794 views
0 votes
0 answers

How to install PHP composer inside a docker container

I'm trying to figure out how to ...READ MORE

Apr 12, 2022 in Docker by Abhijeet
• 180 points
6,305 views
0 votes
1 answer

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

As the default root password is blank. ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
5,024 views
+1 vote
6 answers

Unable to login to Jenkins even if I enter valid credentials.

Disable security by editing these two classes ...READ MORE

Apr 26, 2019 in Jenkins by Vedant
46,260 views
0 votes
1 answer

How to clone a job in Jenkins?

Hi@akhtar, You can clone a Job in Jenkins. ...READ MORE

Oct 24, 2020 in Jenkins by MD
• 95,440 points
28,787 views
+1 vote
1 answer

"msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.

Hi@akhtar, You are getting this error because when ...READ MORE

Aug 1, 2020 in Ansible by MD
• 95,440 points
32,315 views
0 votes
1 answer

'git' is not recognized as an internal or external command

Add the following paths to PATH: C:\Program Files\Git\bin\ C:\Program ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
4,749 views
0 votes
2 answers

How do i move jenkins from one server to another?

1. Copy all the files in your JENKINS_HOME directory over ...READ MORE

Aug 2, 2019 in Jenkins by Sirajul
• 59,230 points
51,221 views
0 votes
0 answers

How to solve npm error "npm ERR! code ELIFECYCLE"?

I have a sample code for the ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
4,141 views
0 votes
0 answers

git fatal Could not read from remote repository

I want to set git with http://danielmiessler.com/study/git/#website to manage ...READ MORE

May 20, 2022 in Git & GitHub by Kichu
• 19,050 points
3,108 views
0 votes
1 answer

Can't bind to 'ngModel' since it isn't a known property of 'input'

Just add this in the app.module.ts file: import { FormsModule ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
3,882 views
+3 votes
7 answers

Is it possible to shift or move jobs between two jenkins servers?

Hi, You can copy Jobs in between your ...READ MORE

Dec 16, 2020 in Jenkins by MD
• 95,440 points
44,382 views
0 votes
1 answer

Access Denied for User 'root'@'localhost' (using password: YES) - No Privileges?

Use the instructions for resetting the root password. ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
3,625 views
0 votes
0 answers

Input string was not in a correct format

I am working on a basic calculator  ...READ MORE

May 2, 2022 in Other DevOps Questions by Kichu
• 19,050 points
3,304 views
0 votes
0 answers

Plot 3D data in R

I've got a 3D dataset. data.frame = data ( x ...READ MORE

Jul 9, 2022 in DevOps & Agile by avinash
• 1,840 points
233 views
+1 vote
1 answer

How to extract a substring of a string in a declarative pipeline code?

This would have been more easier using ...READ MORE

Aug 16, 2019 in Jenkins by Sirajul
• 59,230 points
45,760 views
0 votes
0 answers

What does "Changes not staged for commit" mean

As far as I know, to track ...READ MORE

May 23, 2022 in Git & GitHub by Kichu
• 19,050 points
1,912 views
0 votes
1 answer

How can I prevent java.lang.NumberFormatException: For input string: "N/A"?

"N/A" is not an integer so check ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
2,641 views
0 votes
1 answer

What does continuous engineering in DevOps consist of?

Continuous development is a software development process ...READ MORE

Dec 13, 2021 in DevOps & Agile by Neha
• 9,060 points
8,659 views
0 votes
0 answers

Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

I've tried every option I could find ...READ MORE

Apr 18, 2022 in Docker by pranav
• 2,590 points
3,155 views
0 votes
0 answers

Unable to install Docker Desktop on Windows 10 Pro 21H1

I'm attempting to install Docker Desktop on ...READ MORE

Apr 12, 2022 in Docker by Abhijeet
• 180 points
3,368 views
0 votes
0 answers

Bootstrap : TypeError: $(...).modal is not a function

When I call  bootstrap modal from jquery ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,570 views
0 votes
0 answers

How to set environment variables in Dockerfile via Azure DevOps

My  environment variables look like this: ENV ACCEPT_EULA=Y ENV ...READ MORE

Apr 12, 2022 in Other DevOps Questions by Kichu
• 19,050 points
3,335 views
0 votes
0 answers

How to mirror an Azure DevOps repository to a gitlab one

I have deployed my own GitLab server ...READ MORE

Apr 19, 2022 in Other DevOps Questions by Kichu
• 19,050 points
3,014 views
0 votes
0 answers

Can't create handler inside thread that has not called Looper.prepare()

The code: Toast toast = Toast.makeText(mContext, "Something", Toast.LENGTH_SHORT); This ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,492 views
+3 votes
5 answers

Is accessing kubernetes dashboard remotely possible?

Yes it is possible by using NodePort ...READ MORE

Mar 9, 2020 in Kubernetes by Ali
• 160 points
46,073 views
0 votes
0 answers

Not able to start docker Desktop in Windows

In Microsoft Windows 10 professional, I am ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
2,654 views
0 votes
1 answer

Java.lang.ClassNotFoundException: com.mysql.jdbc.Driver in Eclipse

Just follow these two steps: Step 1 Add This ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
2,258 views
0 votes
0 answers

git - remote add origin vs remote set-url origin

I created a new repo: git init echo "# ...READ MORE

May 13, 2022 in Git & GitHub by Kichu
• 19,050 points
1,279 views
0 votes
0 answers

The request was aborted: Could not create SSL/TLS secure channel

When I connect to an  HTTPS server ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,733 views
0 votes
0 answers

How can I save username and password in Git?

I want to do a push and ...READ MORE

May 24, 2022 in Git & GitHub by Kichu
• 19,050 points
603 views
0 votes
1 answer

Cannot read property 'addEventListener' of null

Just check that el is not null before adding ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
1,572 views
0 votes
0 answers

Could not open a connection to your authentication agent

I am getting this warning error: $ git ...READ MORE

May 8, 2022 in Git & GitHub by Kichu
• 19,050 points
1,133 views
0 votes
0 answers

Docker compose port forwarding Linux asp.net core

I have a handful of docker images ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
1,869 views
0 votes
0 answers

How do I resolve git saying "Commit your changes or stash them before you can merge"?

I made some changes to my local ...READ MORE

May 13, 2022 in Git & GitHub by Kichu
• 19,050 points
843 views
0 votes
0 answers

How to add a unit test in Azure DevOps pipeline

I Can't see the unit test ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,955 views
0 votes
0 answers

How do I properly force a Git push?

I have cloned a remote non-bare main ...READ MORE

May 19, 2022 in Git & GitHub by Kichu
• 19,050 points
542 views
0 votes
0 answers

"docker build" requires exactly 1 argument(s)

I'm attempting to build and tag an ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,690 views
0 votes
1 answer

mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in.

The issue is that the query given to mysqli_query() is ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
1,254 views
0 votes
1 answer

Manifest Merger failed with multiple errors in Android Studio

Open application manifest (AndroidManifest.xml)  > Merged Manifest. ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
1,304 views
0 votes
1 answer

How to use Azure DevOps Pipelines Machine File Copy Using Environments?

The files are initially copied to an ...READ MORE

Mar 21, 2022 in DevOps & Agile by gaurav
• 23,260 points
3,048 views
0 votes
0 answers

How do I use git reset --hard HEAD to revert to a previous commit

When I revert this commit: git reset --hard ...READ MORE

May 15, 2022 in Git & GitHub by Kichu
• 19,050 points
569 views
0 votes
0 answers

Difference between docker rm IMAGE vs docker rmi IMAGE

docker image rm "Remove one or more ...READ MORE

Apr 18, 2022 in Docker by pranav
• 2,590 points
1,717 views
0 votes
1 answer

GitHub "fatal: remote origin already exists"

Update the existing remote: $ git remote set-url ...READ MORE

May 1, 2022 in Git & GitHub by narikkadan
• 63,420 points
1,145 views
0 votes
0 answers

x509: certificate signed by unknown authority - both with docker and with github

Used the below command for build- docker build ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,522 views
0 votes
0 answers

400 BAD request HTTP error code meaning?

I am posting a JSON request to ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,085 views