June 2021 's Post

  • Git Error: error: cannot lock ref "refs/heads/***/***": "refs/heads/***" exists; cannot create "refs/heads/***/***"

  • Author : Shubham Verma
  • Date : June 28, 2021
  • idkblogs.com

Git Error: error: cannot lock ref "refs/heads/***/***": "refs/heads/***" exists; cannot create "refs/heads/***/***"


others

I was facing this error - cannot lock ref "refs/heads/***/***", while doing git push command. In this article, we will see how we can get the best solution of this error. If you want to learn more about the technology, subscribe us.

idkBlogs

  • Fatal: unable to create thread: Resource temporarily unavailable

  • Author : Shubham Verma
  • Date : June 19, 2021
  • idkblogs.com

Fatal: unable to create thread: Resource temporarily unavailable


others

Sometime we get the error fatal: unable to create thread: Resource temporarily unavailable while doing git pull or git push. In this article, we will see about the error fatal: unable to create thread: Resource temporarily unavailable and how we can remove this error.

idkBlogs

  • Xcrun: error: invalid active developer path (/Library/ Developer/ CommandLineTools)

  • Author : Shubham Verma
  • Date : June 11, 2021
  • idkblogs.com

Xcrun: error: invalid active developer path (/Library/ Developer/ CommandLineTools)


others

While your development you might face error "Xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)". I have faced this issue today while using Git. I was unable to execute any Git command although I have installed Git in my machine. Let's see...

idkBlogs

  • Fatal error: one of the sub-processes failed: com.docker.driver.amd64-linux -addr

  • Author : Shubham Verma
  • Date : June 2, 2021
  • idkblogs.com

Fatal error: one of the sub-processes failed: com.docker.driver.amd64-linux -addr


others

While your development you might face error "Fatal error: one of the sub-processes failed: com.docker.driver.amd64-linux -addr fd:3 -debug (pid: 1375)". I have faced this issue after macOs update. I was unable to open the docker and also can do anything with the docker...

idkBlogs

  • Cannot find module 'react' from 'pure.js'

  • Author : Shubham Verma
  • Date : June 1, 2021
  • idkblogs.com

Cannot find module 'react' from 'pure.js'


react

The error Cannot find module react from pure.js can be populated while running command yarn test or npm install or yarn install or React is not installed properly.

idkBlogs