본문 바로가기

Linux

error: Exited sync due to fetch errors

320x100

안드로이드 repo sync 할때 

 error: Exited sync due to fetch errors

위와 같이 에러가 발생이 된다면


뒤에 -f 붙여 주면 된다.(이어받기)

# repo sync -f 



320x100