71203/command-found-failed-search-file-cannot-update-read-only-repo
Hi Guys,
I have installed maven in my system properly. But still it is showing me the below error.
[root@localhost ~]# mvn --version bash: mvn: command not found... Failed to search for file: Cannot update read-only repo
How can I solve this error?
Hi@akhtar,
You got this error because you didn't set maven path in .bashrc file. Set maven path in .bashrc file, it will not give any error.
export M2_HOME=/maven/ export PATH=/maven/bin:$PATH
Hope this will help.
READ MORE
Try the following script: Do the second time ...READ MORE
Here is a simple command which you ...READ MORE
The error is telling you that /var/www/html/externals/public_html ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, After installing grafana in your system, you ...READ MORE
Hi@Ankit, According to my knowledge of a pipeline ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.