Updating blender and Armory3d errors

I’ve been attempting to update to the current blender 2.8 (using june 20 version today) with the Amory3d update pulled from github single clone Armory armsdk using the commands:

git clone --recursive https://github.com/armory3d/armsdk
cd armsdk
git submodule foreach --recursive git pull origin master

as outlined in the manual. This seems to work - it creates armsdk which can then be used in the armory.py addon (which is also in the single clone download). Running the new blender (on the Mac btw - macbook pro) this appears to work. However, when running with Krom render it does not render but it does render using the browser. Also, the nodes do not work as they did in the 2-20 blender integrated with Armory download.

I looked back in the terminal window for errors and found two errors listed that seem to point to a problem with Kha. See the last line in the lines copied from the terminal window below;

— following are the final lines that occurred when executing the command:
git clone --recursive https://github.com/armory3d/armsdk

error: Server does not allow request for unadvertised object c64dc3336cb8b6a28852a8ebe5d6d540f567ba12

Fetched in submodule path ‘Kha/Tools/haxe’, but it did not contain c64dc3336cb8b6a28852a8ebe5d6d540f567ba12. Direct fetching of that commit failed.

Submodule path ‘Krom’: checked out ‘9485a0f97e339a5b7f674cf63bef873cc08bf5b7’

Submodule path ‘armory’: checked out ‘331cfd7719e39b96fb8ed0fd183eecb58c8a06d3’

Submodule path ‘iron’: checked out ‘12c3715016d3c95239d09f9593358dc4669fd34d’

Submodule path ‘lib/armory_tools’: checked out ‘ee5fb8e26166a1de910d5b85d6790b12270d8784’

Submodule path ‘lib/haxebullet’: checked out ‘e4592be37006569cc7d64e068606a5733218210c’

Submodule path ‘lib/haxerecast’: checked out ‘43b6a9eb031768347ecb5cfd3e2343d0a9373cf0’

Submodule path ‘lib/iron_format’: checked out ‘99cbb8ca69436b25404e27d2918ccf45e53c976d’

Submodule path ‘lib/zui’: checked out ‘03956f07c023e4c4a62fbcaee95262026dad1504’

Submodule path ‘nodejs’: checked out ‘dd3f8981c42139707f6950ee6a6c66517ed0ed91’

Failed to recurse into submodule path ‘Kha’

In continuing to complete the final manual clone, there was also an error in the third line of the manual clone as follows:

git submodule foreach --recursive git pull origin master
Entering ‘Kha’
From https://github.com/Kode/Kha

  • branch master -> FETCH_HEAD
    Updating 824e4cfd…fda5d296
    warning: unable to rmdir ‘Kore’: Directory not empty
    Fast-forward
    .gitmodules
    ------etc. ----

Can anyone help me out with this problem with updating the Mac version -

Thanks!!!