-
Notifications
You must be signed in to change notification settings - Fork 882
Issue with running ./script/boxen #704
Comments
It appears you have a permissions problem inside Please run:
Then attempt to run |
Hey @wfarr , it works now after your proposed command. |
Just to confirm, have you been following the directions on using boxen with GitHub: Enterprise? https://github.com/boxen/our-boxen#integrating-with-github-enterprise |
@wfarr , now I am embarrassed. I didn't notice it since it is like the bottom line. I sincerely apologize since I hate people who don't read instructions. |
After adding those, it goes a little further. I tried to add --no-fde specified in the "Distributing" part. Not sure it is the right thing to do, but it seems to creating a bunch of stuff now. |
If you do not want to check for FDE, using |
I am new to the company, I need to check with my manager whether it is something that should be done. He wants me to try to set up my Mac using Boxen so that it can benefit future hires. The installing has been running for a while. Does this mean it is finish installing the default configuration? It is been like this for 20 minutes. |
FDE, or Full Disk Encryption, is a net positive in security in the case of physical compromise of the machine, or someone getting hold of the disk.
It'll let you know when it's done. Progress is printed after each step completes due to some limitations of the underlying software. If you exit the program you can re-run it again later. If you're curious what it's doing that's taking so long now, check out pstree on the boxen process. Most likely it's compilation of a ruby version or a homebrew package. |
I will definitely try to push for FDE tomorrow in the standup meeting in the team. Extra layer of security definitely helps. |
I am following the steps listed in: https://github.com/boxen/our-boxen
For step: git remote rm origin, I am getting:
error: Could not remove config section 'remote.origin'
I bypassed it by:
git remote set-url origin myOwnRepoUrl
Then I ran: git push -u origin master with --push.
For all git commands, I need to add sudo for it to work.
So the next step will be: go to /opt/boxen/repo and run ./script/boxen.
I got:
--> Preparing to auto-update...
--> Complete! Nothing new from upstream.
mkdir: bin: Permission denied
Can't bootstrap, dependencies are outdated.
Then I tried sudo as usual and typed in my password, then I got this from boxen:
Run this as a normal user, I'll sudo if I need to.
So I am in a weird state right now.
PS: And I am using Github(enterprise) for this and I am wondering what it means by:
"If you're making a repository on GitHub, you may not want to fork this repo to get started. The reason for that is that you can't really make private forks of public repositories easily."
Doest this mean that I need to use bitbucket or whatever? If I need to use GitHub, what do i need to do to make it work? The instruction isn't quite friendly throughout my experience.
Please help.
Any input will be appreciated.
The text was updated successfully, but these errors were encountered: