Don't give repo init command every time if u get fetch errors and also just remove "-p linux --depth=1" from repo init and try. Also don't specify the threads for downloading (-j9) in repo sync command, let it just download by using default threads. If in case you get fetch error again just give repo sync again without repo init.
On Thursday, 25 July 2019 04:32:12 UTC+5:30, Lord Unknown wrote: > > Sorry for a delayed response. I forgot to add that I reran `repo init` and > `repo sync`. > > On Wed, Jul 24, 2019 at 10:11 PM Lord Unknown <[email protected] > <javascript:>> wrote: > >> Hi Glenn, >> >> Here's all the errors in repo sync: https://hastebin.com/quxuwumexo >> repo init did not output any errors. >> >> Here's the full output: https://hastebin.com/locubibaju >> <https://hastebin.com/locubibaju.> >> >> The internet connection was a bit slow today. Maybe that's the issue. >> >> Thank you in advance, >> - Michael >> >> On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building < >> [email protected] <javascript:>> wrote: >> >>> Can you please include a short excerpt of just any errors in the output >>> of the repo init and sync? >>> >>> On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote: >>>> >>>> Hi everyone, >>>> >>>> I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu >>>> 14.04 in Vagrant). I ran ls in /vagrant/android and there were no folders, >>>> except .repo >>>> >>>> What could happen with folders? And how to solve this problem? >>>> >>>> The commands that I've used: >>>> repo init -u https://android.googlesource.com/platform/manifest -b >>>> android-9.0.0_r45 -p linux --depth=1 >>>> repo sync -j9 >>>> >>>> Regards, >>>> - Michael >>>> >>> -- >>> -- >>> You received this message because you are subscribed to the "Android >>> Building" mailing list. >>> To post to this group, send email to [email protected] >>> <javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/android-building?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Android Building" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/9372e89e-2d39-44b5-af74-d7ae32d8f840%40googlegroups.com.
