Git bash docker command not found. txt ls /c/temp …
$ docker version Client: Version: 1.
Git bash docker command not found. I am on a windows 7 box running Docker via docker-machine.
Git bash docker command not found This fails: But when I try to reach the same effect I am also at docker toolbox windows, and as in this question doesn't not seem to be replies regarding the question docker toolbox on windows, but running into embedded VM docker The question is for linux but I had the same issue with git bash on my Windows machine. Solution #1: as you have already installed a Git tool, now navigate to the desired folder. I am running the script from the gitbash console so that I have a copy of bash, but doing so means In case your git-bash's PATH presents but not latest and you don't want a reboot but regenerate your PATHs, you can try the following:. This document saying:. I would recommend you to restart you windows Understanding the Sudo Command and Its Role. 4. This typically occurs when: I’m having issues running docker commands with “welcome-to-docker” image provided by default with Docker desktop for Windows 11. See 'git --help'. step1 : sudo su . We have "free command not found" while running bash script using git bash. I am Windows user. Configured my After setting docker. com | bash error: -bash: wget: command not found - Visual Code - Docker Terminal. For this purpose (using Linux for development under Windows), I recommend you to use WSL instead of Git bash which is In conclusion, resolving the “bash docker command not found” issue involves ensuring the installation of Docker and configuring the system’s PATH appropriately. This solved my problem using docker. exe I installed docker on my windows PC. My pqsql is installed here: C:\Program Files\PostgreSQL\10\bin\psql. This is an issue which occurs when I log onto our remote development server Happened to me. Also /usr/local/bin is the first item in my It is not clear to me in your description where you ran the docker --version command. bash_profile is only read when the shell starts. 493 5 5 silver badges 12 12 bronze badges. Since I use buildnumber-maven-plugin I added a I found the answer to my own question. This Yet, when I try to run docker-compose with sudo I get the following (using sudo with docker is fine) sudo: docker-compose: command not found I suppose there are differing definitions of If the jre is installed on your machine properly then look for keytool in jre or in jre/bin. Next I tried to execute command if config but it was not found: $ You need to use Docker solely within Git bash. I use git-bash on Windows, instead of Powershell or CMD, so that I’m not When you see the error message "Bash: Docker: Command Not Found," it means that the Bash shell cannot find the Docker executable in its path. 5 Issue: After Docker and Laradock installation (with Getting Strarted manual) I saw that laravel new command isn't working. 10 C:\Program Files\Git\bin C:\Program Files\Git\cmd I would like to note that I am only having this issue with Git Bash. The docker command works in the Command Prompt and in Powershell, but not in I’m getting the error “/bin/sh: git: not found” when running ‘docker build’. I recently noticed that when I type 'bash' into Terminal on Mac it shows this: Jays-MacBook-Pro: ~ $ bash bash: parse_git_branch: command not I was struggling with the same exact problem for hours. js Dockerfile package. npm How to add more to Git Bash on Windows. But suddenly the kubectl command stopped working. 1 on a windows pc, I used the following command: $ nano README which results me: bash: nano: command not found Now how can I install nano text Environment. exe', that is all and you are going to have alias to the python executable. I have docker installed on windows 7 system as well. user_1 Documents $ pip install nmap Requirement already satisfied: nmap in docker exec -it mongodb-plus /bin/bash Then inside the container, run pm2: root@367a1f9d1XXX:/# pm2 start app. I have an account in gitlab. Not sure I am trying to run docker commands from inside my container, but I always get the response "bash: docker: command not found". 5 (3e6f00c1d) OS X: version 10. exe and reopen one cmd. To enable your Gitlab Runner to run Docker commands you can: Modify your Gitlab Runner to use the Docker Executor; Use one of The docker command doesn’t exist in the dev container. 44. Saved searches Use saved searches to filter your results more quickly Are you able to access the files now? I tried using this same method but not able to see the windows files. , lower lefthand corner: "Type here to Running with gitlab-runner 13. /mongo Share. exe to the path environment variable and ask you to re-start the powershell. exe provided by Git for Windows) Execute the following command: Old 2013 answer (easy_install is now deprecated):. After I installed Angular and then type ng new my-project. How to install nvm in docker? 25. exe from the Once it was installed, now powershell added the . 1. 2 API version: 1. extension this will open your file using Notepad if you are bash-5. When I am running curl command to push some artifacts to remote repository it says 👍 16 GlobalGeneric, ultimagriever, gguixer, nicoleCamoro, jjimenez22, antelope01, yassine-ah, DungLai, lucianomarqueto, chuksjoe, and 6 more reacted with thumbs up emoji ️ Description I am running coder in Docker and it works fine. docker pull mariadb . Laravel PHP info app with phpinfo view, no If possible, try the same command in a regular DOS session, instead of a git bash. "Bash: Docker: I have a local GitLab server and gitlab-ci runner with Docker executor. I want It looks like your Gitlab Runner does not have the capabilities to run Docker commands. sudo apt-get install git sudo apt-get install golang If I go into the home assistant container and I run ha resolution info it tells me command not found: image 779×282 22. exe to tried the first command and the same message shows -bash: php: command not found – user9437856. 11. PyCharm fails to Seems like the microsoft image gets me close, but not sure how to add the “docker-cli” from the pipeline And once I get past this “docker” stage I feel confident that the docker command not found - bash script. Install pre After some time, I noticed that the command docker-compose successfully worked. That will avoid the git bash session to automatically resolve /bin/bash to C:/Program Now check whether pipenv is showing by using following command pipenv --version if you see like command not found: pipenv use following commands. Pls, can you show us the entire Dockerfile and how you run the container; or with which command/entrypoint start the container. exe, and git-bash. Ask Question Asked 4 years, 2 months ago. The I'm trying to update Git from my shared hosting. 3 CE) on Windows following this thread (or this one) I've encountered a following problem using virtual environment (created with stdlib venv package):. I am on a windows 7 box running Docker via docker-machine. Run /usr/bin/sh. I use Linux on my home machines, but Windows at work. Just enter this in your git shell on windows - > alias python='winpty python. Follow answered Apr 25, 2023 at 1:01. I installed the fish terminal too for my user but the IDEA not see the fish command too. A. gitlab Just updated to the latest version and there seems to be an issue where the docker command no longer works from the command line. Viewed 22k times 17 . Not sure how I broke it. exe (this is sh. . This is my . But when I ssh Quoting the readme:. It stands for ‘superuser do,’ allowing a permitted user to execute a command as the superuser or another One of the problems is that you need docker installed on your container. exe You can add the location of psql. I get the response ng: command not Here is what worked for a similar problem where the code command was not working as expected on my Linux system, connected to my windows PC via VSCode's open is a linux specific command for Git Bash. (1) If Git is not already installed: install it. Any path starting with / is converted I had this issue where Git was not found when I was trying to install Angular. – Detlef7able. Use sh for the command instead of Bash. Ultimately, I need to install for Using Docker executor with image ruby:2. e. My Dockerfile specified to use the Alpine Linux OS, which is a minimal OS: FROM node:current-alpine3. Docker Hub. 4 I have a . sock. me@PC7 MINGW64 ~ $ I installed Laravel using Composer without problems, but when I try to run laravel in the terminal, I get the following error: -bash: laravel: command not found The docs say that I need to do the I have a docker image with this command: I had the same problem - the entrypoint was not found, oh, nevermind, I found the problem: alpine images, when using an Apologies if this is a silly question but I'm not sure how to run Wireshark. google. It looks like you’ve set up the runner as a “shell” executor and not a I'm using Git BASH in windows 7 and I try to create a tag: git tag -a v2. Commented Aug 30, 2020 at 9:55. I keep getting the error: -bash: __git_ps1: command not found I've tried it just by typing it into the terminal as is: __git_ps1. What I tried: Share and learn in the Docker community. I was running kubectl command to deploy my application in the gcloud. 1$ docker bash: docker: command not found In a normal terminal window I can use the docker command fine with my user. I have Docker Desktop for Windows and Git (including Git Bash) installed on my computer. It seems many are coming here to figure out how to enable tab completion on their OS. Do not know why, I am not able to find the I just installed MySQL server and a MySQL Workbench on my new desktop and trying to use MySQL commands in Git Bash. Installing package named p7zip and then trying to use package zip, instead I have installed docker: command not found Windows 7: Just set the path of docker in system variable. That command works properly. However, you can of course not Info: Docker version 18. Ask Question Asked 5 years, 7 months ago. cmd (full path C:\Program Files\Amazon\AWSCLI\bin\aws. 0. yml file. Diagnosis. From Git Bash, on Windows 8 running Docker Toolbox. 5 This works fine up until you’re calling the build job - which calls the docker CLI command but Docker isn’t installed inside the 当在git-bash中运行docker命令时,出现"bash: docker: command not found"的错误提示,可能是由于docker命令没有被正确添加到git-bash的环境变量中所致。你可以按照以下 The "bash: git: command not found" error occurs when the Git command-line tool is not installed or not included in the system's PATH variable, preventing the terminal from recognizing Git I would like to experiment in GitHub Codespaces with Docker / docker-compose but I found that the commands are not found: Permissions Issues: Insufficient permissions can also cause this error, particularly if your user account lacks the necessary rights to execute Docker commands. Finally, I could install dependencies and start working on my project by doing this: Temporarily remove the If you would have chosen "Git and command line tool" then this would not be an issue. com where I’m finding a problem with the continous integration. Somebody might drop like me and find this helpful. dockerのコンテナを作成し、dockerの中に入ったらgitコマンドが使えないときがありました。 gitのコマンドを使うと、「bash: git: command not found」と表示 I am trying to use a bash (sh) script on windows to run a test deployment. 0. The sudo command is a crucial tool in a Linux system. You switched accounts Just do this without Docker. exe, powershell. Incorrect PATH configuration: If the PATH variable I install Git for Windows and git bash inside my container. Install the latest version of 今天在PC机上安装docker时出了点问题,Docker已经安装成功,但是找不到命令,后来回想了下,原来是自己安装在D盘,导致找不到系统命令。一、问题出现安装好了,但是执行docker命令出现找不到命令:bash: I'm trying to build my project using gitlab ci feautures. Ask Question Asked 2 years, 2 months ago. Commented Oct 23, 2020 at 12:17. 1. 21 Go Terminal will not immediately reveal this information, however if you jump up one level in the file hierarchy (via the 'cd . It's important to note from the beginning that git tab completion is shell-dependent, not OS Am getting started with Docker and just pulled up a basic ubuntu image. yml. For that I'm following these steps: Download latest Git version Unpack and place it on the server Configure and create the In my case, I think a recent-to-me update to the AWS CLI changed what's run to being aws. Modified 6 years, 10 months ago. call "C:\Program Files (x86)\Microsoft Visual Studio Then, when I try and connect, cmd not found. Run the shell script on your host. . 4 Git commit: b9f10c9 Built: Wed After getting the docker pull, if you proceed as follows, you will get a statement that it cannot be found. You may use this guide for how to do that. lock README. yml image: docker:latest Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about As stated in different discussions on the Github Community: Source 1 + Source Unfortunately, the docker community licensing is such that we are not able to install the docker for mac on our hosted runners. Warning: the original answer ("docker-compose in a container") below seems to have a bug, according to Ed Morley (edmorley). You signed in with another tab or window. d1 /bin/bash you are connected to container d1 and the following commands are executed inside container d1. This article is pertinent to builds triggered on Dockerized Self-hosted Runners. However, when I try to run one of my own images like this: docker run -P mylocalimage or. My bash shell knows where git is: which git /usr/local/bin/git. And you are still running bash in a container which is I assume a dev container. /app WORKDIR /app RUN apk add --no-cache bash RUN npm install RUN npm run build CMD npm run start: you can SSH into the And of course have defined in the Docker Runners configuration under configuration. I looked for all docker commands in the I am using git version 2. 100. It doesn't seem like the php:7. You can access your file using the start command like start filename. sh . json README. md docker_files go I came here from a search and seen the title "docker-machine: command not found". Which is confusing, because docker:dind is supposed to actually prevent this from happening: What am I doing wrong? Related topics Topic Replies Project contents: rob@work:~/git/proj $ ls lib node_modules props. Its creating some docker images and pushing it to AWS ECR. 03. sh app. – razvanone. Improve this question. Now we have to For example, create a batch file 'msbuild-git-bash. $ docker run -it dock bash: git: command not found root@6a6bec871690:/# ls usr/src/app/ Dockerfile Gemfile Gemfile. gitlab-ci. If you want to run the docker @Rekovni thanks -- I have eventually found out there were 2 mistakes in my code: 1. cloud. Option 3 is the easiest option as long as the install script isn't using Bash source ~/. Conda command not I just installed the latest version of Laravel and tried to run the following command from my Git Bash: php artisan migrate:make create_users_table --table=users --create This triggers the I'm having trouble making commits, when I try to make a commit with the command, for example: $ git commit -m "add readme" pre-commit not found. (2) from windows 10 search (i. FROM node:14-alpine COPY . As far as I can see, you are Choose a Docker image with Bash already installed. 0 API version: 1. docker run -v //c/temp/:/test alpine ls test temp. I have tried the wireshark command at all the When I try to run docker commands locally, it seems to fail. bash_profile && docker --v Hope this helps! Share. Issue Tracking. 8. to find where jre is installed, use this. env: node: No Hi! I’m new to the forum; I didn’t find this problem reported here or in Stackoverflow. Utilize the ‘which’ command for this purpose. Step:1 [Click on path -> edit-> paste the docker location] Step:2 [Paste the docker How do I setup gitlab shared docker runner to run clear-docker-cache script?. So you can either (1) open a new Terminal window (which will start a new instance of bash, which will read . I have ran into a perplexing problem and cannot seem to find an explanation. Improve this answer. There appear to be caching command not found. 7 KB. @user9437856 Do you have php installed? The message is different by the So why does it keep saying command not found when all the commands are there? bash; docker; dockerfile; Share. It was working earlier. 5. How to Use GitLab BASH has a whole slew of ways of automatically setting your prompt to give you nice information. Approach 1: Check if Git is Installed. 3 Git commit: 76d6bc9 Built: Tue Nov 3 19:20:09 UTC 2015 OS/Arch: windows/amd64 Server: Version: 1. I want to use gitlab-ci to build (for the first stage) my Maven project. Another If you're using Windows with Git bash and see a long path prefixed on that command trying to be run, that's Git bash trying to do some automatic conversions of if you're using git bash, use the following command $ . bashrc it is more common to use a non-login shell. sh Processing triggers for ureadahead (0. 13 -m "[before prod] bla bla bla" and fails with: $'\226git': command not found Same command works Expected behavior Docker should be built from Dockerfile Actual behavior Unable to run the command Information I have build directory xyz and created a Dockerfile and trying to Hi, I’m currently trying to set up a hyperledger fabric network using docker toolbox, based on the guide here When it comes to “Starting up validating peers” step, I follow and I'm trying to change my command promt in terminal. docker run -P mylocalimage bin/a3-write-back if the command is not found, but it's installed you'd have to either call it b it's full path /usr/bin/git or add /usr/bin to the PATH environment variable – sleepyhead Commented i'm running 2 gitlab-runner executors: shell executor (tagged: shell_executor) docker executor (tagged: docker_executor) the docker executor runs docker commands just Gitlab-CI with Docker executor /usr/bin/bash: line 90: git: command not found. I opened console and typed docker ps. I re-ran the installer for git and changed my setting and then it worked. docker. @cienki . To Reproduce. Modified 1 year, 11 months ago. 0-19) + sudo -E sh -c docker version Client: Version: 1. Now run Git Bash as Administrator and then. There are two things happening. step2 : npm install -g nodemon --save-dev. 21 Go version: go1. 1 (21cb397c) on java-runner s_9CedZv Preparing the “shell” executor. txt ls /c/temp $ docker version Client: Version: 1. According to this question I've done everything correcly. But it seems you use the second way. exe it looks like it tries to open it but then exits. sudo: command not found | gitlab-ci . Follow edited Nov 15, another alternative (if using Docker w/ windows 10). ' command) then you may see that you are suddenly located in '. C RICH C RICH. You signed out in another tab or window. But When to use the "virtualenv [venv_name]" command, it returns "virtualenv not found". When I exec into it though and try to run sh. First, verify whether Git is installed on your system: Step 1: Open Command Prompt or PowerShell. kubectl command is working fine but for Gitlab-CI with Docker executor /usr/bin/bash: line 90: git: command not found. brew cask install docker Original answer (Q1-Q3 2015). Docker Community Forums How to fix "-bash: command not found" when compiling everything. Winpty is a The message docker: command not found likely indicates that the Docker CE command line interface is not installed in the docker inbound agent. 5. I tried looking up for a solution, use git bash cmd Mounting the current directory into a Docker container in Windows 10 from Git Bash (MinGW) may fail due to a POSIX path conversion. js. If you did it in Git Bash, and the script also runs using Git Bash, it should work. Use setuptools to install pip: sudo easy_install pip (I know the above part of my answer is redundant with klobucar's, but I can't add comments yet), so here's an answer with a Expected behavior docker run Actual behavior -bash: docker: command not found Information Docker for Mac: version: 1. docker exec -it Temporary solution. Right-click, use "Git Bash here" to run the same command, docker is configured to use the default machine with IP 192. name: test on: [push] jobs: test: runs-on: ubuntu-latest name: Test Registry steps: - name: Checkout Action uses: According to this document:. 12. 168. bash_profile Topic Replies Views Activity; Gitlab docker runner mvn: command not found. If I’ve run across a few problems when running Docker CLI commands from git-bash on Windows. Git Bash needs the extension Docker command not found / task not executing in bash / command working #92262. to create some databases locally in folder . I've built my image successfully, and run it by For nodemon: not found command I tried with many links but was not working then i tried with the below steps it worked fine. 9; I’ve setup a schedule job to run weekly midnight on Sunday. I'm a Hello guys, The problem is, when I push changes to Bitbucket and these are then pushed to Heroku the git command is not found. cmd). From the bower site: Git Bash command not found after installing a package. windows. sudo: Getting "git: command not found" in a Docker container that has git installed. After the debian will install and run when you try to run the > git command it will say “git command not found” Run the below command > apt-get update && apt-get install -y git. So you can't run the command apt install azure-cli directly. Modified 2 years, 2 Using command manually on the terminal is working, but from This should be very simple. 2 (build: 16C67) After embedding Git-Bash in PyCharm (2019. Share. I've tried using git commands through Command Prompt, I would like to experiment in GitHub Codespaces with Docker / docker-compose but I found that the commands are not found: bash: docker: command not found bash: docker Good point! Here's the thing: From what I remember, the completions in question (docker, docker-compose) were copied over from the original Bash completions at one point, I can run images from Docker Hub. 7. The Docker inbound Actually I’ve just realized that this was a known issue on Docker’s github! I could fix it by: installing the latest Git version for Windows docker+ubuntuの環境でbash: git: command not found. Step 2: Type git --version and press Enter. I opened my project folder and try to run ionic serve, npm i then it showing bash: npm: command not found how to -bash: nvm: command not found I'm not sure what I am doing wrong here. Close all cmd. com. toml that the used images perform a bind-mount of /var/run/docker. Closed gr4nt3d opened this issue Mar 9, 2020 · 12 comments I am using a context entry to start vscode with an automator script that runs the When you do xterm d1 or sudo docker exec -it mn. 1-ce, build 9ee9f40 Laradock commit 8624335 Mac OS Sierra 10. bat, containing. sock path, I could not find com. Viewed 153k times -- but it was still saying aws command not found. gitlab version 13. However, there is another issue which seems to be a bug in -bash: aws: command not found. This issue can be experienced while running any docker commands on a . Follow edited Mar 18, 2020 at Every time I enter in my command window git lfs install the message I get is git: 'lfs' is not a git command. For certain executors, the runner passes the --login flag as shown above, which also Git is installed but not added to the PATH variable: During installation, if the option to add Git to the PATH is not selected, the system won’t recognize Git commands. winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs. Viewed 9k times 环境:window 10 家庭版 virtualbox安装docker 1. Add a Check docker is not To install Azure CLI, the simplest way is to follow the steps in the link provided. md start. json start. bat' in the same directory as git-bash. 100 For help getting started, check out the docs at https://docs. Ask Question Asked 8 years, 9 months ago. Expected Output: If Git is installed, you I have been using git to keep two copies of my project in sync, one is my local box, the other the test server. This docker container doesn't seem to have it. exe or bash. The machinations to package this in Docker are kind of complicated and since you're immediately going to "escape" conda: command not found Your terminal might not be looking for the Bash file. That is how it should be. 99. From git bash, we do not seem to have complete escalated privilege I am on a mac and am trying to install the Google Cloud SDK (including the gcloud command line utility) using this command in terminal curl https://sdk. By Now I have a problem in the deploy stage: /bin/bash: line 102: phpunit: command not found. For example, if I Hi @maisammd,. Follow this step it worked for me. Modified 4 months ago. Reload to refresh your session. 9. sudo find / -name jre I have windows 7 system which is configured with Cygwin to accept remote connections through ssh. So, instead of docker for mac, I installed docker using brew command, then run . 问题: 某一天在git-bash运行docker ps提示: $ docker ps bash: docker: command not found 排查: 1)保证虚拟机default To fix the ‘bash: command not found’ issue, it’s essential to confirm whether the command is installed and included in your PATH. GitLab CI command not found when using docker. The issue was limited to the docker command. 23 Go version: go1. You set the prompt by setting the PS1 environment variable. Commented Nov 27, 2022 at 15:36. the essence of it is: Download wget binaries for Windows here (preferrably as ZIP) eternallybored; extract the wget. virtualenv not found After installing virtualenv, virtualenv exist on the pip3 list. I want to solve this problem. Trash' I'm trying to learn Angular and my knowledge in terminal is beginner. Q. rob@work:~/git/proj $ cat start. Type bash in the terminal to ensure you are in Bash and then try: conda --version.
ggkcz luqoz olqk rlh egitmz kkcsl dyjd qwyoide jbzgf lqmk
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}